summary refs log tree commit diff stats
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* moved str_to_utf8 on post, rather than display v0.3.1Ben Morrison2019-08-301-4/+2
* ensure submitted posts are utf8Ben Morrison2019-08-301-4/+19
* enabled deletion of posts v0.3.0Ben Morrison2019-08-301-2/+36
* added functionality to update posts v0.2.0Ben Morrison2019-08-301-3/+63
* redundant code removedBen Morrison2019-08-301-3/+0
* delintingBen Morrison2019-08-301-5/+2
* limit number of displayed posts to 30 v0.1.0Ben Morrison2019-08-291-4/+12
* formatting outputBen Morrison2019-08-281-0/+2
* cleanupBen Morrison2019-08-281-1/+2
* made list the default behaviorBen Morrison2019-08-271-6/+4
* formatting outputBen Morrison2019-08-271-0/+1
* minor syntax errorBen Morrison2019-08-271-2/+2
* finished posting and displayBen Morrison2019-08-271-5/+81
* added subtype to db::Cmd. Fleshed out cli args.Ben Morrison2019-08-271-1/+22
* db connected, logging upBen Morrison2019-08-271-0/+11
* fleshing out typesBen Morrison2019-08-271-0/+2
* initBen Morrison2019-08-271-0/+4
tik.com> 2018-12-02 22:41:28 -0800 4821' href='/akkartik/mu/commit/subx/061error.subx?h=hlt&id=0eb0f69616bb928359aed5ec137c973b14b03788'>0eb0f696 ^
33352536 ^
0eb0f696 ^


33352536 ^
0eb0f696 ^


33352536 ^
0eb0f696 ^


cf02c20b ^
7a583220 ^
33352536 ^

0eb0f696 ^
7cb326df ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50