RetroShare/libbitdht/src/udp
csoler 8de9d39cc0 Suppressed 4 memory leaks:
- authssl would call OPENSSL_malloc without OPENSSL_free
- pqistore was not deleting items in pqiSSLStore when BIN_FLAGS_NO_DELETE is not here
- rsdir/rsinit were calling opendir withoug closedir (which might eat FDs, in addition)
- udplayer was not freeing it's 16KB buffer at end of loop.


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3948 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-01 20:37:10 +00:00
..
udpbitdht.cc enabled recursive lock behavior on main bitdht thread to handle self-lock in DHT callbacks 2010-11-21 22:46:47 +00:00
udpbitdht.h * Added new interface functions for start / stop DHT and to get stats. 2010-10-17 20:55:32 +00:00
udplayer.cc Suppressed 4 memory leaks: 2011-01-01 20:37:10 +00:00
udplayer.h updates to libbitdht to make it work with retroshare. 2010-07-31 18:01:24 +00:00
udpstack.cc * BUGFIX: enabled more than 10 outgoing msgs for the DHT. (max 5000 / sec now) 2010-09-29 20:02:39 +00:00
udpstack.h First pass for windows compilation: 2010-07-18 16:28:51 +00:00