aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.h
Commit message (Collapse)AuthorAge
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* Make gnurl and curl mutually exclusive.Florian Dold2019-04-30
| | | | | | | | | | This prevents issues when both curl and gnurl are available, but one of them is outdated. To get curl.h, we also now just include gnunet_curl_lib.h instead of writing the preprocessor conditionals manually. Fixes #5707
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming ↵Christian Grothoff2015-10-18
| | | | conventions
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* support gnurl's curl.h being in include/gnurl/ OR include/curl/Christian Grothoff2015-06-21
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* adding TCP STEALTH support to HTTP client (without integrity protection)Christian Grothoff2014-11-22
|
* minor changesMatthias Wachs2014-07-17
|
* add missing ifdefs in header filesFlorian Dold2014-03-07
|
* - preprations for http plugin split Matthias Wachs2012-08-21
|
* modMatthias Wachs2012-08-21
|
* -LRN: Check session target:Christian Grothoff2012-06-23
| | | | | | | | | | It changes the Session object layout to make peer identity its first field, always, for all sessions. Code in find_session() can use this to check that the session belongs to the right peer. test_ats_api_add_address always triggers this due to the way it fakes a pointer to session object.
* - no rescheduling when mhd is scheduled to run asapMatthias Wachs2012-05-29
|
* - refactorind reverting last fixMatthias Wachs2012-05-29
|
* - missingMatthias Wachs2012-05-25
|
* - timeout for http/sMatthias Wachs2012-05-25
|
* -stat counter for httpMatthias Wachs2012-04-27
|
* -fix build errorChristian Grothoff2012-04-26
|
* new sending in validationMatthias Wachs2012-02-13
|
* fixing 2012: network structure alignment now forced to be correct even on ↵Christian Grothoff2011-12-21
| | | | W32 using #pragma pack from gcc 4.x
* WAN/LAN for HTTP/SMatthias Wachs2011-12-14
|
* (no commit message)Matthias Wachs2011-11-16
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* (no commit message)Matthias Wachs2011-10-13
|
* transport-testing is not stateless anymoreMatthias Wachs2011-10-07
| | | | | | | | | -> fixed assertion failure transport_api.c:1348 - connecting peers is now unidirectional - added peer_startup callback
* (no commit message)Matthias Wachs2011-10-06
|
* implemented: client-only modeMatthias Wachs2011-10-04
|
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).
* comments and clean upMatthias Wachs2011-09-27
|
* renaming pluginMatthias Wachs2011-09-27
|
* working versionMatthias Wachs2011-09-27
|
* fixed:Matthias Wachs2011-09-26
| | | | | | - session matching - curl send handle suspending
* removing incoherent address formatsMatthias Wachs2011-09-26
| | | | | cleaning up logging
* binding to specific addressMatthias Wachs2011-09-26
|
* sending and receiving implementedMatthias Wachs2011-09-16
|
* transmitting dataMatthias Wachs2011-09-16
|
* client sending & receivingMatthias Wachs2011-09-16
|
* (no commit message)Matthias Wachs2011-09-16
|
* server side connection accepting and mergingMatthias Wachs2011-09-15
|
* implemented disconnect notifications for outbound connectionsMatthias Wachs2011-09-15
|
* more functionalityMatthias Wachs2011-09-15
|
* http plugin revisitedMatthias Wachs2011-09-14