Merge branch 'master' of gnunet.org:gnunet
[oweals/gnunet.git] / src / transport / plugin_transport_http_server.c
2019-10-12 xrsMerge branch 'master' of ssh://git.gnunet.org/gnunet
2019-10-08 Schanzenbach, Martinuse correct plugin name; thanks Corvus Corax
2019-10-05 Christian Grothoffglobal reindent, now with uncrustify hook enabled
2019-09-08 ng0uncrustify as demanded.
2019-01-28 Christian Grothoffimprove NAT API: allow client to store associated data...
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-11-23 Christian Grothoffrename fest: use new libgnunetnt instead of old libgnun...
2018-06-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-06-11 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2018-01-08 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2018-01-02 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-01-02 Schanzenbach, Martin-merge
2017-12-31 ng0Merge branch 'master' of gnunet.org:gnunet
2017-12-30 lurchimerge branch 'refactoring-scheduler'
2017-12-30 lurchiMerge branch 'fix_social'
2017-11-02 t3sseraktMerge branch 'fix_social' of gnunet.org:gnunet into...
2017-10-29 Christian Grothoffallow MST callback to distinguish between disconnect...
2017-07-03 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-06-25 David Barksdale[transport] Fix EBADF in select()
2017-06-23 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-06-16 David Barksdale[transport] copy-paste error, nothing to see here
2017-06-15 David Barksdale[transport] Don't exit with suspended connections
2017-06-13 David Barksdale[transport] suspend connection to avoid busy-wait
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-24 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-17 Christian Grothoffmore renamings relating to 'new' service now just being...
2017-03-17 Christian GrothoffMerge branch 'master' into getopt
2017-03-16 Christian Grothoffremoving dead/legacy server/connection logic, except...
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-07 Christian Grothoffmigrate HTTP plugin to new NAT logic
2016-10-12 Christian Grothoffrevert to MHD_USE_SSL for now
2016-10-11 Christian Grothoffdeprecate USE_SSL for USE_TLS, rename in code
2016-07-24 Christian Grothoff-fix http fix
2016-07-24 Christian Grothofffix http server shutdown sequence
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-06 Christian Grothoffmisc minor fixes
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-10-18 Christian Grothoffrename 'struct Session' to 'struct GNUNET_ATS_Session...
2015-10-07 Christian Grothoffdetermine network scope for ATS even if we do not yet...
2015-07-18 Bruno CabralGet STUN to work with UDP plugin
2015-07-18 Christian Grothoffminor modifications to reduce warnings
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-12 Christian Grothofffix use of deprecated MHD symbols
2015-02-23 David BarksdaleDon't timeout XHR clients so quickly.
2015-02-10 Christian Grothofffixing #3657 (replace ATS_Information with struct)...
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-05 Christian GrothoffVarious changes:
2015-01-17 Christian Grothoffsimplify ATS API and plugin API by returning the networ...
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-23 Christian Grothoff-fix call to MHD_start_daemon, properly pass MHD_USE_IP...
2014-11-22 Christian Grothoff-rename constants
2014-11-22 Christian Grothoff-fix warning
2014-11-22 Christian Grothoffadding TCP STEALTH support (without integrity protectio...
2014-11-07 Christian Grothoffimplementing plugin session monitoring API (#3452)
2014-07-24 Bart Polot- fix compile
2014-07-24 Matthias Wachsfixing documentation
2014-07-09 Matthias Wachsfixing USE_SUSPEND error with mhd daemon and free error
2014-07-03 David BarksdaleRequire libmicrohttpd >= 0.9.32
2014-07-03 David BarksdaleUse MHD_USE_SUSPEND_RESUME, fixes #3460
2014-07-03 David BarksdaleDon't break, this is expected from XHR clients
2014-07-03 Matthias Wachs- fixing use after free
2014-07-03 Matthias Wachsfixing memory leak and session disconnect
2014-07-02 David BarksdaleSimplify HTTP server session cleanup even more
2014-06-27 Matthias Wachsdo not notify transport multiple time for a session
2014-06-25 Christian Grothoff-adding missing API functions to WLAN, skeleton for...
2014-06-25 Christian Grothoff-add monitor support to http server, more code clean...
2014-06-23 Christian Grothoff-drastically simplify http server session cleanup ...
2014-06-23 Christian Grothoff-avoid passing ambiguously typed 'cls' pointer to addre...
2014-06-22 Christian Grothoff-simplify logging using macro
2014-06-22 Christian Grothoff-fix regex
2014-06-01 David BarksdaleSupport a wider range of http transport clients.
2014-05-26 David BarksdaleAdd CORS support to HTTP transport
2014-05-26 David BarksdaleTypo in comment
2014-03-20 Matthias Wachssession end function must include address to notify...
2014-02-20 Sree Harsha TotakuraAllow redirection of STDERR when starting processes.
2014-01-14 Matthias Wachsfixing memory leaks
2014-01-13 Matthias Wachsimplementing 0003268 to inbound information in HELLO...
2013-12-19 LRNmalloc -> new
2013-12-18 Matthias Wachssession time out for http client/server
2013-12-18 Matthias Wachsnew timeout function and keep alives with nonces
2013-12-15 LRNNon-uniform keepalive timeout for different plugins
2013-12-12 Christian Grothoff-fix leak, style
2013-12-12 Christian Grothoff-extend transport plugin API with capability to just...
2013-12-08 Christian Grothoff-assert MHD_VERSION is always above 09E00, remove dead...
2013-11-20 Matthias Wachsrenaming timeout constants
2013-10-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-09 Christian Grothoffcreate directory if one does not exist before trying...
2013-10-09 Christian Grothoffmigrating towards XDG configuration specification ...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-06 Christian Grothoff-doxygen, coding conventions
2013-09-30 Christian Grothoff-getting ATS and transport to compile again (part of...
2013-09-04 Matthias Wachsno debugging sleep for buildbots required any more...
2013-09-04 Matthias Wachsorder of daemons
next