glitch in the license text detected by hyazinthe, thank you!
[oweals/gnunet.git] / src / transport / plugin_transport_http_client.c
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)
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...
2016-07-21 Christian Grothoffgeneralize send API for transport tests
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
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-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-21 Christian Grothoffsupport gnurl's curl.h being in include/gnurl/ OR inclu...
2015-02-28 Christian Grothoffadding additional checks for invariants to help find...
2015-02-10 Christian Grothofffixing #3657 (replace ATS_Information with struct)...
2015-02-10 Christian Grothoff-fixing some memory leaks from #3667, also reindentatio...
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
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-11-22 Christian Grothoff-rename constants
2014-11-22 Christian Grothoffadding TCP STEALTH support (without integrity protectio...
2014-11-22 Christian Grothoff-fixes
2014-11-22 Christian Grothoff-dox
2014-11-22 Christian Grothoffadding TCP STEALTH support to HTTP client (without...
2014-11-07 Christian Grothoffimplementing plugin session monitoring API (#3452)
2014-07-24 Matthias Wachsfixing documentation
2014-07-04 Matthias Wachsfix statistics for reuqests
2014-07-03 Matthias Wachswrong type
2014-07-03 Matthias Wachsadditional log info
2014-07-03 Matthias Wachs- introducing state for put requests
2014-07-02 Matthias Wachstracking down connection exceeded issue
2014-07-01 David BarksdaleAdd HTTP transport tests with XHR client emulation
2014-06-27 Matthias Wachsreflow paragraph
2014-06-26 Matthias Wachsremoving duplicate curl handles
2014-06-26 Matthias Wachstarget not required anymore since we use HELLO_ADDRESSES
2014-06-25 Christian Grothoff-add monitor support to http server, more code clean...
2014-06-23 Christian Grothoff-simplify deletion logic, tell monitor that we are...
2014-06-23 Christian Grothoff-add support for 'update_inbound_delay' to HTTP client...
2014-06-23 Christian Grothoff-avoid passing ambiguously typed 'cls' pointer to addre...
2014-06-23 Christian Grothoffuse session map instead of DLL
2014-06-23 Christian Grothoff-remove logic for somewhat overkill check to see if...
2014-06-23 Christian Grothoff-doxygen, indentation
2014-06-23 Christian Grothoff-use LOG macro instead of GNUNET_log_from
2014-06-11 Matthias Wachsfixing issues found by coverity
2014-06-09 Christian Grothoffclarify prettyprinter API and protocols, make sure...
2014-05-06 David BarksdaleFix simple copy-paste error.
2014-04-14 Matthias Wachschange debug level
2014-04-14 Matthias Wachsadding extended proxy support for http(s) client
2014-03-29 Matthias Wachsdestroy session if connect fails
2014-03-20 Matthias Wachssession end function must include address to notify...
2014-01-13 Matthias Wachsimplementing 0003268 to inbound information in HELLO...
2013-12-23 Christian Grothoff-add assertions on non-existing sessions
2013-12-23 Christian Grothoff-fix casts
2013-12-22 Christian Grothoff-fix #3233
2013-12-19 Matthias Wachsadd session to message
2013-12-19 Matthias Wachstrying to analyze bug 0003218
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-13 Christian Grothoff-doxygen, indentation
2013-12-13 Christian Grothoff-doxygen, indentation, minor code cleanup
2013-12-13 Christian Grothoff-doxygen, style fixes
2013-12-12 Christian Grothoff-extend transport plugin API with capability to just...
2013-12-11 Matthias Wachsuse a define as statistic string to be sure to set...
2013-11-20 Matthias Wachsrenaming timeout constants
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-30 Christian Grothoff-getting ATS and transport to compile again (part of...
2013-08-11 Christian Grothoffchanging time measurement from milliseconds to microseconds
2013-07-13 Christian Grothoff-add dv_get_network to DV API, improve signature to...
2013-07-12 Matthias Wachsfix if plugin is loaded only in stub mode
2013-07-11 Matthias Wachsadding debug message
2013-07-10 Matthias Wachssession report in http server
2013-07-10 Matthias Wachschanged return type to enum
2013-07-09 Matthias Wachsget function implementation in all plugins
2013-07-02 Matthias Wachsfixed: invalid network scope for external hostname
2013-06-27 Matthias Wachsprinting fix
2013-06-27 Matthias Wachs(CURLOPT_SSL_VERIFYHOST, 1L) is not suported anymore...
2013-06-27 Matthias WachsImplementing bug 0002910
2013-03-30 Christian Grothoff-no longer pass distance information from non-DV plugins
2013-03-18 Matthias Wachstransport plugin api change: split of address receive...
2013-02-11 Matthias Wachshotfix for curl vulnerability: libcurl SASL buffer...
2013-02-09 Christian Grothoff-restrict curl accesses to http, disable redirect for...
2013-01-18 Matthias Wachschanges
2012-11-29 Matthias Wachs- fixing 0002674
2012-11-05 Matthias Wachsdocu
2012-11-05 Matthias Wachsdoxygen error
2012-11-01 Christian Grothoff-doxygen
2012-10-22 Matthias Wachsdoxygen errors
2012-10-22 Matthias Wachs- measure overhead
2012-10-19 Matthias Wachs- figure out http_client overhead
2012-10-19 Matthias Wachs- fix uninitialized value
2012-10-18 Matthias Wachs-fix
2012-10-16 Matthias Wachsoverhead reporting
2012-09-26 Matthias Wachs- statistics values for all plugins
2012-09-26 Matthias Wachschanging type
2012-09-24 Matthias Wachs- doxygen
next