about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* logging reflects executing username v0.3.4Ben Morrison2019-09-042-33/+55
|
* moved display func to posts.rsBen Morrison2019-08-312-35/+35
|
* fixed broken test, expanded test v0.3.3Ben Morrison2019-08-302-3/+6
|
* fixed test failureBen Morrison2019-08-302-26/+1
|
* moved some functionality to module, added testsBen Morrison2019-08-302-17/+95
|
* moved display to 15 posts v0.3.2Ben Morrison2019-08-301-1/+1
|
* moved str_to_utf8 on post, rather than display v0.3.1Ben Morrison2019-08-301-4/+2
|
* ensure submitted posts are utf8Ben Morrison2019-08-302-5/+20
|
* 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
|
* tests in makefile, cleaned db testBen Morrison2019-08-281-1/+1
|
* db tests are on separate pathBen Morrison2019-08-281-4/+6
|
* enabled hints for cli args, changed db locationBen Morrison2019-08-281-1/+1
|
* formatting outputBen Morrison2019-08-281-0/+2
|
* minor db test - will expand laterBen Morrison2019-08-281-0/+13
|
* fix logging testBen Morrison2019-08-281-2/+2
|
* cleanupBen Morrison2019-08-282-35/+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-272-32/+90
|
* added subtype to db::Cmd. Fleshed out cli args.Ben Morrison2019-08-272-8/+31
|
* db connected, logging upBen Morrison2019-08-273-3/+85
|
* fleshing out typesBen Morrison2019-08-272-0/+83
|
* initBen Morrison2019-08-271-0/+4
='n445' href='#n445'>445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595