oweals/gnunet.git
2018-01-15 Phil-fix GET login finished
2018-01-12 Phil-fix get request without authorization code
2018-01-12 Phil-wip attribute collection
2018-01-11 Phil-wip client_id check
2018-01-11 PhilMerge remote-tracking branch 'gnunet/master' into ident...
2018-01-11 David BarksdaleTry to keep the cadet->code MQ from growing too large
2018-01-10 lurchigracefully accept empty FD set that claim to contain FDs
2018-01-10 David BarksdaleTry to keep the fs->core MQ from growing too large
2018-01-10 lurchiproperly detect calling add_select without descriptors...
2018-01-10 Schanzenbach... fix scheduler when add_select is called with 0 ready fds
2018-01-09 Phil-wip post request testing required and namestore handle...
2018-01-09 Phil-wip post authentication
2018-01-08 lurchialways set task NULL when cancel; make sure SCHEDULER_a...
2018-01-08 ng0add description to chap dev
2018-01-08 ng0Merge branch 'master' of gnunet.org:gnunet
2018-01-08 ng0doc chapter developer: typo fixes, link fix
2018-01-08 Julius Büngerrps tests: proper implementation of flags for tests
2018-01-08 amirouchetypofix
2018-01-08 ng0Merge branch 'master' of gnunet.org:gnunet
2018-01-08 ng0clean up contrib: move 2 guix files to the root level...
2018-01-08 Julius Büngerrps tests: possibly end non-churn-tests before timeout gnunet-0.11.0rc0
2018-01-08 Julius Büngerrps tests: remove assertion
2018-01-08 Schanzenbach... Merge remote-tracking branch 'origin/master' into ident...
2018-01-08 Schanzenbach... Merge branch 'master' of git+ssh://gnunet.org/gnunet
2018-01-08 Schanzenbach... bugfixes
2018-01-07 lurchimore size checking; tokenize only after size check
2018-01-07 Julius Büngerrps tests: cosmetics
2018-01-07 Julius Büngerrps tests: sanity checks and cosmetics
2018-01-07 Julius Büngerrps tests: change function signature, comments
2018-01-07 Julius Büngerrps tests: proper shutdown
2018-01-07 Julius Büngerrps tests: check whether peer was scheduled to go off...
2018-01-07 Julius Büngerrps tests: make sure no callback executes after shutdown
2018-01-07 Julius Büngerrps tests: comments and logging
2018-01-07 anrykovsprintf returns negative on error.
2018-01-07 lurchiproperly check size of MsgProcRequest
2018-01-07 anrykoStyle fixes (mostly tabs to spaces).
2018-01-07 Matthias Kolja... transport: [fix] Typos in comments
2018-01-07 Matthias Kolja... gnunet-c-tutorial: [fix] Add missing 'make' commands
2018-01-07 lurchifix dereferencing uninitialized rs/ws; assert non-NULL...
2018-01-07 lurchiRevert "fix dereferencing uninitialized pointer"
2018-01-07 anrykoFixed potential NULL dereference.
2018-01-07 lurchiMerge branch 'master' of https://gnunet.org/git/gnunet
2018-01-06 lurchishutdown might happen when plc_gst is not in the hashmap
2018-01-06 lurchireconnect_task pointer must be NULLed when executed
2018-01-06 ng0doc/documentation: developer,philosophy,user: suggestio...
2018-01-06 Christian Grothoffhandle error properly, do not just log but continue...
2018-01-06 Christian Grothoffhandle error properly, do not just log but continue...
2018-01-06 Christian Grothofffix log call: wait until pid is initialized
2018-01-06 Christian Grothoffinternally assert that asprintf size allocation never...
2018-01-06 Christian Grothofffix potential use of uninitialized key
2018-01-06 lurchiMerge branch 'lurchi_social'
2018-01-06 Christian Grothoffcheck return value
2018-01-06 lurchifix documentation
2018-01-06 lurchifix dereferencing uninitialized pointer
2018-01-06 Schanzenbach... add ABE dependencies to documentation
2018-01-06 Christian Grothoffmisc peerinfo fixes; signed/unsinged cmps, warnings...
2018-01-06 Christian Grothofffix indentation and use after free in tcp plugin
2018-01-06 Christian Grothoffinclude gnunet.doxy in TGZ
2018-01-05 Christian Grothofffix signed/unsigned cmp
2018-01-05 Christian Grothoffinitialize variable on all paths
2018-01-05 Christian Grothofffix potential use after free in tcp
2018-01-05 Schanzenbach... Merge branch 'master' of git+ssh://gnunet.org/gnunet
2018-01-05 Schanzenbach... -fix possible npe
2018-01-05 anrykoFixed int to unsigned casting warning.
2018-01-05 Christian Grothoffeliminate warnings
2018-01-05 Christian Grothoffprevent use-after-free by indicating free status in...
2018-01-05 Christian Grothoffcheck strftime return value
2018-01-05 Christian Grothofffix error handling, do not continue with uninitialized...
2018-01-05 Christian Grothofffix potential double free
2018-01-05 Schanzenbach... Merge branch 'master' of git+ssh://gnunet.org/gnunet
2018-01-05 Schanzenbach... -fixes
2018-01-05 anrykoFix potential NULL dereference warning.
2018-01-05 Schanzenbach... -fix test
2018-01-04 ng0Merge branch 'master' of gnunet.org:gnunet
2018-01-04 ng0introduce .mailmap
2018-01-04 anrykoFixed useless assignment.
2018-01-04 anrykoFixed Uninitialized Variable warning.
2018-01-04 anrykoFixed Uninitialized Variable warning.
2018-01-04 Christian Grothoffavoid freeing uninit ptr on error path
2018-01-04 Christian Grothoffdo not put NULL block
2018-01-04 Christian Grothoffinitialize response_code, always
2018-01-04 Christian Grothofffix major initialization issue in datacache postgres...
2018-01-04 Christian Grothoffadd assertion
2018-01-04 Christian Grothofffix memory leak
2018-01-04 Christian Grothofffix memory leak
2018-01-04 Christian Grothofffix memory leak
2018-01-04 Christian Grothofffix UDP memory leak
2018-01-04 Schanzenbach... Merge branch 'master' of git+ssh://gnunet.org/gnunet
2018-01-04 Schanzenbach... -fix test
2018-01-04 lurchisimplify driver_add_multiple
2018-01-04 anrykoLeak fix.
2018-01-04 Christian Grothofffix misc compiler warnings
2018-01-04 anrykoClose file descriptor on error handling.
2018-01-04 Christian Grothoffdefine conds
2018-01-04 Christian Grothoffadd versioning note
2018-01-04 Christian Grothofffix more warnings
2018-01-04 Christian Grothoffmake glib optional
2018-01-04 ng0newline
2018-01-04 ng0extend contrib packages guix README
2018-01-04 ng0doc/documentation/README.txt: remove obsolete lines
next