Code

frontend: Make connection I/O handling more flexible.
[sysdb.git] / t / unit / frontend / connection_test.c
2015-01-10 Sebastian Harlfrontend: Make connection I/O handling more flexible.
2014-12-15 Sebastian HarlMoved sdb_proto_send/sdb_proto_select to sdb_write...
2014-12-15 Sebastian Harlconnection: Let sdb_connection_close not deallocate...
2014-12-15 Sebastian Harlconnection: Renamed sdb_connection_read to sdb_connecti...
2014-12-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-12-09 Sebastian Harlfrontend: Get the username of the remote peer from...
2014-11-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-11-11 Sebastian HarlRenamed CONNECTION_* constants to SDB_CONNECTION_*.
2014-08-01 Sebastian Harlunit tests: Fixed some -Werror=unused-result compiler...
2014-06-30 Sebastian Harlconnection_test: Use mkstemp() instead of tmpnam().
2014-05-14 Sebastian Harlconnection_test: Free username strings stored in mock...
2014-05-14 Sebastian Harlfrontend: Handle missing authentication early.
2014-05-14 Sebastian Harlfrontend: Fix invalid command handling when receiving...
2014-05-13 Sebastian Harlfrontend: Treat CONNECTION_IDLE as an invalid command.
2014-04-26 Sebastian HarlMoved unit tests into t/unit/ subdirectory.