aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* Reinstate TOR_PR_EXTENDED_SERVER_PORT, just a littleNick Mathewson2012-02-13
* set_managed_proxy_environment() can't fail anymoreSebastian Hahn2012-02-12
* Properly set up environment for managed-mode obfsproxySebastian Hahn2012-02-12
* Try to have (and maintain!) an invariant about unconfigured_proxies_nNick Mathewson2012-02-12
* Don't smartlist_remove a managed proxy from a list we're iterating over.Nick Mathewson2012-02-12
* Fix a check-spaces complaintSebastian Hahn2012-02-12
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-02-12
|\
| * Properly protect paths to sed, sha1sum, opensslSebastian Hahn2012-02-10
* | Unpack a smartlist_foreach and add an assert: try to hunt #5102Nick Mathewson2012-02-12
* | Fix #5097 on Windows, tooRobert Ransom2012-02-12
* | Fix bug #5097: remove bogus envvar from managed proxies' environmentRobert Ransom2012-02-12
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-02-10
|\|
| * Downgrade "missing a certificate" from notice to infoNick Mathewson2012-02-10
* | Fix fencepost error with HearbeatPeriod optionSebastian Hahn2012-02-08
* | Fix straggling MS_WINDOWS issues; add a changes fileNick Mathewson2012-01-31
* | Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson2012-01-31
* | if we ever have an old bridge, never again use microdescsRoger Dingledine2012-01-27
* | Allow 0.2.3.x clients to use 0.2.2.x bridges.Roger Dingledine2012-01-25
* | set SO_REUSEADDR before we bind, not afterRoger Dingledine2012-01-23
* | Use !SOCKET_OK to test if a socket is uninitializedSebastian Hahn2012-01-23
* | update comment to reflect our TOR_INVALID_SOCKET conventionRoger Dingledine2012-01-22
* | Rename nonconformant identifiers.Nick Mathewson2012-01-18
* | Use SOCKET_OK macros in even more placesNick Mathewson2012-01-17
* | fix crash bug in original feature4207 branchRoger Dingledine2012-01-16
* | Merge remote-tracking branch 'asn-mytor/bug4751'Nick Mathewson2012-01-16
|\ \
| * | Improve names of some pluggable transport-related functions.George Kadianakis2012-01-13
* | | Merge remote-tracking branch 'public/bug3325'Nick Mathewson2012-01-16
|\ \ \
| * | | Move logging of bad hostnames into parse_extended_hostnameNick Mathewson2012-01-11
| |/ /
* | | whitespace fixesNick Mathewson2012-01-16
* | | Convert instances of tor_malloc+tor_snprintf into tor_asprintfNick Mathewson2012-01-16
* | | Convert instances of tor_snprintf+strdup into tor_asprintfNick Mathewson2012-01-16
* | | Try to use smartlist_add_asprintf consistentlyNick Mathewson2012-01-16
* | | Rename smartlist_{v,}asprintf_add to smartlist_add_{v,}asprintfNick Mathewson2012-01-16
* | | check-spaces fixSebastian Hahn2012-01-16
* | | Provide consensus params to constrain the threshold for FastNick Mathewson2012-01-16
* | | Comment fixups on 4207 suggested by armaNick Mathewson2012-01-16
* | | Allow authorities to baddir/badexit/invalid/reject nodes by ccNick Mathewson2012-01-13
* | | Don't crash when HS circs which have not yet found an OR conn time outRobert Ransom2012-01-12
|/ /
* | Do not pretend to allow PADDING as the first cell of a v3 handshakeNick Mathewson2012-01-11
* | Merge branch 'prop187_squashed'Nick Mathewson2012-01-11
|\ \
| * | Implement proposal 187: reserve a cell type for client authorizationNick Mathewson2012-01-11
| * | defensive programming to catch duplicate calls to connection_init_or_handshak...Nick Mathewson2012-01-11
* | | Fix a missing iso_time_nospace_usecNick Mathewson2012-01-11
* | | Merge branch 'feature3457-v4-nm-squashed'Nick Mathewson2012-01-11
|\ \ \ | |/ / |/| |
| * | Use spaceless ISO8601 time format, not sec,usec.Nick Mathewson2012-01-11
| * | Add clarity/typesafety wrappers for control_event_circuit_status_minorNick Mathewson2012-01-11
| * | Rename CIRC2 to CIRC_MINORNick Mathewson2012-01-11
| * | Include circ creation time in CIRC events, etc.Robert Ransom2011-11-24
| * | Send CIRC2 event when a circuit is cannibalizedRobert Ransom2011-11-24
| * | Add CIRC2 control-port event, and send it when a circ's purpose changesRobert Ransom2011-11-24