aboutsummaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Collapse)AuthorAge
* profiler doneMatthias Wachs2014-08-29
|
* profiler and cfgMatthias Wachs2014-08-29
|
* disable autostartMatthias Wachs2014-08-29
|
* profilerMatthias Wachs2014-08-29
|
* rename switching stateMatthias Wachs2014-08-28
|
* using tcp terminology for 3 way handshake: syn/syn_ack/ack Matthias Wachs2014-08-28
| | | | | renaming all functions, states, messages ...
* -doxygenChristian Grothoff2014-08-26
|
* Don't use the 'interface' name, it conflicts with definitions in W32 headersLRN2014-08-01
|
* - fix compileBart Polot2014-07-24
|
* fixing documentationMatthias Wachs2014-07-24
|
* minor changesMatthias Wachs2014-07-17
|
* dns forward and reverse lookup functionality for http namesMatthias Wachs2014-07-17
|
* fixing USE_SUSPEND error with mhd daemon and free errorMatthias Wachs2014-07-09
|
* fix statistics for reuqestsMatthias Wachs2014-07-04
|
* Require libmicrohttpd >= 0.9.32David Barksdale2014-07-03
| | | | | | We are using suspend/resume features for plugin_transport_http_server which were added in 0.9.32.
* Use MHD_USE_SUSPEND_RESUME, fixes #3460David Barksdale2014-07-03
|
* Don't break, this is expected from XHR clientsDavid Barksdale2014-07-03
|
* - Revert "Fix transport blacklist tests"Bart Polot2014-07-03
| | | | - This reverts commit 3f7a1601abadaa0a8036a39e5227ae4c156dd50e/r33895: we went back to standart Crockford base32.
* - fixing use after freeMatthias Wachs2014-07-03
| | | | | - renaming connections to requests
* fixing memory leak and session disconnectMatthias Wachs2014-07-03
|
* wrong typeMatthias Wachs2014-07-03
|
* additional log infoMatthias Wachs2014-07-03
|
* - introducing state for put requestsMatthias Wachs2014-07-03
| | | | | | - clean up shutdown - renaming GET/PUT connections to "requests"
* Fix transport blacklist testsDavid Barksdale2014-07-02
| | | | | Fallout from harsha's changes.
* Simplify HTTP server session cleanup even moreDavid Barksdale2014-07-02
| | | | | | | Allow HTTP clients to get disconnected without deleting their session so they can re-connect quickly. This also works for XHR clients which need to disconnect to work.
* tracking down connection exceeded issueMatthias Wachs2014-07-02
|
* Add HTTP transport tests with XHR client emulationDavid Barksdale2014-07-01
| | | | | | | These tests don't pass currently but I ran them against a hacked version of the HTTP server which never calls server_delete_session and they passed.
* do not notify transport multiple time for a sessionMatthias Wachs2014-06-27
|
* reflow paragraphMatthias Wachs2014-06-27
|
* fixes for neighbor:Matthias Wachs2014-06-27
| | | | | | | | - when alternative address is terminated always free address - when primary address is disconnected during switch, go to "RECONNECT_SENT" and not RECONNECT_ATS_INIT
* removing duplicate curl handlesMatthias Wachs2014-06-26
|
* fixing memory leakMatthias Wachs2014-06-26
|
* info when refuse otherwise debugMatthias Wachs2014-06-26
|
* log message for delayed validationMatthias Wachs2014-06-26
|
* fix uninitialized valueMatthias Wachs2014-06-26
|
* make delay computation readableMatthias Wachs2014-06-26
| | | | | perform validation only if plugin is available, otherwise reschedule
* this break was never seen ... so not required anymoreMatthias Wachs2014-06-26
|
* reduced debug levelMatthias Wachs2014-06-26
|
* if suggested address == primary address only update quotasMatthias Wachs2014-06-26
|
* detecting duplicate connectsMatthias Wachs2014-06-26
|
* target not required anymore since we use HELLO_ADDRESSESMatthias Wachs2014-06-26
|
* combine sources for wlan and bluetooth plugin logic into one fileChristian Grothoff2014-06-25
|
* -add missing calls to monitorChristian Grothoff2014-06-25
|
* -simplify logicChristian Grothoff2014-06-25
|
* -adding missing API functions to WLAN, skeleton for monitoring supportChristian Grothoff2014-06-25
|
* -add monitor support to http server, more code clean up, add http server MHD ↵Christian Grothoff2014-06-25
| | | | suspend feature, support quota reset API from transport in HTTP server
* -drastically simplify http server session cleanup (and startup) logicChristian Grothoff2014-06-23
|
* -simplify deletion logic, tell monitor that we are initiatorChristian Grothoff2014-06-23
|
* -indentation fixesChristian Grothoff2014-06-23
|
* -move struct def to where it is usedChristian Grothoff2014-06-23
|