oweals/gnunet.git
2013-12-16 Christian Grothoff-never store NICKs anywhere but in '+', do not display...
2013-12-16 Bart Polot- don't show WARNING/ERROR on wrong connection create...
2013-12-16 Bart Polot- debug
2013-12-16 Bart Polot- don't keep alive connections that are scheduled to...
2013-12-16 Bart Polot- fix
2013-12-16 Bart Polot- fix timing out of connections
2013-12-16 Bart Polot- debug
2013-12-16 Bart Polot- only treat KX as confirmation if connection is not...
2013-12-16 Bart Polot- duplicate PONG can happen if PING was re-transmitted...
2013-12-16 Bart Polot- fix memleak on tunnel destruction during kx
2013-12-16 Bart Polot- don't complain about async PONG messages
2013-12-16 Bart Polot- fix prev commit
2013-12-16 Bart Polot- remove connection from tunnel when no longer usable
2013-12-16 Christian Fuchs- begin work on enhanced multipart receiving
2013-12-16 Bart Polot- loglevel
2013-12-16 Bart Polot- stop kx on empty tunnels
2013-12-16 Christian Fuchs- finished work on multipart sending in intersection
2013-12-16 Sree Harsha... - call GNUNET_SERVER_receive_done() when returning...
2013-12-16 Bart Polot- debug info
2013-12-16 Bart Polot- not a break
2013-12-16 Sree Harsha... - handle logging clutter properly
2013-12-16 Bart Polot- debug
2013-12-16 Bart Polot- fix
2013-12-16 Sree Harsha... - reset counters to continue the resumed call
2013-12-16 Sree Harsha... - extend mesh audio messag to contain source line numbe...
2013-12-16 Sree Harsha... - debug
2013-12-16 Christian Grothoff-indentation fixes
2013-12-16 Fabian Oehlmanncheck config parameters for validity and set default...
2013-12-16 Bart Polot- log
2013-12-16 Bart Polot- simplify error handling
2013-12-16 Bart Polot- fixes
2013-12-16 Bart Polot- small refactor
2013-12-16 Bart Polot- avoid double free / use after free
2013-12-16 Fabian Oehlmannadded egalitarian utility goal
2013-12-16 Bart Polot- fix assertions
2013-12-16 Bart Polot- don't loop on the same invalid path
2013-12-16 Fabian Oehlmannnormalized feature vector
2013-12-16 Fabian Oehlmannfix matrix init
2013-12-16 Bart Polot- not an error, always happens on relay nodes
2013-12-16 Bart Polot- signal shutdown, don't create new connections, fix...
2013-12-16 Matthias Wachsfix doxygen errors in comments
2013-12-16 Bart Polot- hunting 3214
2013-12-16 Bart Polot- various minor fixes and breaks
2013-12-15 LRNClean up W32 NSP tools, increase verbosity
2013-12-15 LRNClean up dns resolver code a bit
2013-12-15 LRNNon-uniform keepalive timeout for different plugins
2013-12-14 Christian Grothoff-fix use of uninitialized variable
2013-12-14 Christian Grothoff-fixing leaks on error paths
2013-12-14 Christian Grothoff-fix message types in comment
2013-12-13 Christian Grothoff-adding example 'def.tex' file
2013-12-13 Christian Grothoff-do not (auto)start certain unrelated services
2013-12-13 Christian Grothoff-move to experimental
2013-12-13 Christian Grothoff-ignore
2013-12-13 Christian Grothoff-fix FTBFS
2013-12-13 Christian Grothoff-cleanup, doxygen
2013-12-13 Christian Grothoff-ignore
2013-12-13 Christian Grothoff-simplify logic to help diagnose #2858
2013-12-13 Christian Grothoff-doxygen, indentation
2013-12-13 Christian Grothoffremove external IP address from previous DNS lookup...
2013-12-13 Christian Grothoff-doxygen, indentation, fixing comments
2013-12-13 Christian Grothoff-doxygen, indentation, minor code cleanup
2013-12-13 Christian Grothoff-fix warning
2013-12-13 Christian Grothoff-code cleanup, in particular moving towards using clien...
2013-12-13 Christian Grothoff-removing useless session counting logic, doxygen,...
2013-12-13 Christian Grothoff-crash if this happens, so we at least get a core dump
2013-12-13 Christian Grothoff-move tcp session check into extra checks condition
2013-12-13 Christian Grothoff-remove break for something that theoretically could...
2013-12-13 Christian Grothoff-fix #3212
2013-12-13 Matthias Wachsaccept all requests, reduce log level
2013-12-13 Christian Grothoff-clean up network select code, avoid insane #ifdefing...
2013-12-13 Christian Grothoff-fix off-by-one so we can also select on FD 0 (stdin)
2013-12-13 Christian Grothoff-fix #3211
2013-12-13 Matthias Wachsreduce switch log level, increase ats timeout log level
2013-12-13 Matthias Wachsfix assertion in line 1388
2013-12-13 Bart Polot- fix 3163#c7868
2013-12-13 Christian Grothoff-fix 3208 by making kills async
2013-12-13 Christian Grothoff-sometimes bugs are really simple -- fixing #3191 but...
2013-12-13 Christian Grothoffuse enum GNUNET_ATS_Network_Type instead of uint32_t...
2013-12-13 Christian Grothoffuse enum GNUNET_ATS_Network_Type instead of uint32_t...
2013-12-13 Christian Grothoff-adding a few more assertions to debug #3191
2013-12-13 Matthias Wachscomment
2013-12-13 Christian Grothoffallow distance change to communicate changes in network...
2013-12-13 Christian Grothoff-undo
2013-12-13 Christian Grothoff-code cleanup, fixing #3207: timeout can be NULL in...
2013-12-13 Christian Grothoff-code cleanup, fixing #3207: timeout can be NULL in...
2013-12-13 Matthias Wachsremove addresses we cannot connect to
2013-12-13 Christian Grothoff-update doxy file
2013-12-13 Christian Grothoff-doxygen, style fixes
2013-12-13 Matthias WachsDestroy address and session if blacklist denies connection
2013-12-13 Matthias Wachsthis is not possible, since identity check is enforced...
2013-12-12 Christian Grothoff-fixing 'make dist' issues
2013-12-12 Christian Grothoff-fixing includex for xdht
2013-12-12 Christian Grothoff-missing header
2013-12-12 Christian Grothoff-doxygen, style, possibly fixing hostlist-client missin...
2013-12-12 Christian Grothoff-fix
2013-12-12 Bart Polot- fix delete loop
2013-12-12 Bart Polot- if a kx fails due to reconnect state, don't complain...
2013-12-12 Bart Polot- don't return on found connection, more checks to go
2013-12-12 Bart Polot- only complain if channel is not being destroyed ...
2013-12-12 Bart Polot- return NULL when continuation is NULL, avoid channel...
next