git » nmdb » master

Browse current source tree

← prev | next →
2007-06-10 Fix bogus comment in udp.c Alberto Bertogli
2007-06-07 Put static buffers as static global variables instead of ... Alberto Bertogli
2007-06-07 Fix UDP recvfrom() error handling. Alberto Bertogli
2007-06-07 Use switch instead of if/else if for short cases. Alberto Bertogli
2007-06-07 Merge branch 'udp' Alberto Bertogli
2007-06-07 Document UDP support. Alberto Bertogli
2007-06-07 Implement UDP support in D bindings. Alberto Bertogli
2007-06-07 Implement UDP support in newlisp bindings. Alberto Bertogli
2007-06-07 Implement UDP support in Python bindings. Alberto Bertogli
2007-06-07 Make UDP tests too. Alberto Bertogli
2007-06-07 Implement UDP in the C library. Alberto Bertogli
2007-06-07 Implement UDP in the server. Alberto Bertogli
2007-06-07 Remove wrong static attribute in tipc.c. Alberto Bertogli
2007-06-07 Remove deprecated comment in tcp.c. Alberto Bertogli
2007-06-04 Remove an unnecessary "else". Alberto Bertogli
2007-06-04 Remove some tcp.c printf()s. Alberto Bertogli
2007-06-04 Use static allocation in TCP's receive common path. Alberto Bertogli
2007-06-04 Merge branch 'master' into tcp Alberto Bertogli
2007-06-04 Put tcp_socket->req inside the struct. Alberto Bertogli
2007-06-04 Remove obsolete comment. Alberto Bertogli
2007-06-04 Add missing free() on spurious TCP wakeup. Alberto Bertogli
2007-06-04 Rewrite test building. Alberto Bertogli
2007-06-04 Split the DEBUG flag into DEBUG and PROFILE in the C libr... Alberto Bertogli
2007-06-04 Improve libnmdb's TCP support. Alberto Bertogli
2007-06-04 Split libnmdb.c into different files. Alberto Bertogli
2007-06-03 Move tests to a different directory. Alberto Bertogli
2007-06-01 Allow to compile-out TIPC and TCP in the C client. Alberto Bertogli
2007-06-01 Allow to compile-out TIPC and TCP in the server. Alberto Bertogli
2007-06-01 Remove unused constant in tcp.h. Alberto Bertogli
2007-06-01 Rearrange some code so the nmdb_add_*_server() look more ... Alberto Bertogli
2007-06-01 Support the new TCP default port in libnmdb. Alberto Bertogli
2007-06-01 Parametrize TCP listen address and port. Alberto Bertogli
2007-06-01 Resolve domain names given to nmdb_add_tcp_server(). Alberto Bertogli
2007-06-01 Update newlisp bindings to reflect TCP support and API ch... Alberto Bertogli
2007-06-01 Update D bindings to reflect TCP support and API changes. Alberto Bertogli
2007-06-01 Update the guide to reflect the API changes and the TCP s... Alberto Bertogli
2007-06-01 Update the design document to reflect the TCP support. Alberto Bertogli
2007-06-01 Clarify the network protocol document. Alberto Bertogli
2007-06-01 Update libnmdb's manpage to reflect the API changes. Alberto Bertogli
2007-06-01 Update the Python bindings. Alberto Bertogli
2007-06-01 Fail if we try to operate with the db if we haven't added... Alberto Bertogli
2007-06-01 Improve handling of nmdb_add_*_server() errors. Alberto Bertogli
2007-06-01 Make multiple TCP server support reliable. Alberto Bertogli
2007-06-01 Rename TIPC constants with TIPC_ prefixes. Alberto Bertogli
2007-06-01 Don't send TCP packets when in passive mode. Alberto Bertogli
2007-06-01 Add parser.[ch] to the tree. Alberto Bertogli
2007-06-01 Handle buffer leftovers in TCP code. Alberto Bertogli
2007-06-01 Isolate message parsing from network message receiving. Alberto Bertogli
2007-06-01 Fix the API change in the test programs. Alberto Bertogli
2007-06-01 Implement TCP support in libnmdb. Alberto Bertogli

← prev | next →