aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-06-18
|\
| * Implement a real OOM-killer for too-long circuit queues.Nick Mathewson2013-06-18
* | Define SEEK_SET for platforms that lack it.Nick Mathewson2013-06-13
* | If we write the annotation but not the microdescriptor, rewind.Nick Mathewson2013-06-13
* | Revert "Use the FILE_SHARE_DELETE flag for CreateFile on a mapping"Nick Mathewson2013-06-12
* | Merge remote-tracking branch 'public/bug2077_share_delete' into maint-0.2.4Nick Mathewson2013-06-12
|\ \
| * | Use the FILE_SHARE_DELETE flag for CreateFile on a mappingNick Mathewson2013-06-12
| |/
* | Remove a double-newlineNick Mathewson2013-04-18
* | Merge branch 'less_charbuf_rebased' into maint-0.2.4Nick Mathewson2013-04-18
|\ \
| * | Fix a couple of documentation issues.Nick Mathewson2013-04-18
| * | Refactor dirobj signature generationNick Mathewson2013-04-18
* | | Merge branch 'bug8037_squashed' into maint-0.2.4Nick Mathewson2013-04-17
|\ \ \
| * | | Correctly copy microdescs/extrinfos with internal NUL bytesNick Mathewson2013-01-26
* | | | Merge remote-tracking branch 'public/bug7707_diagnostic' into maint-0.2.4Nick Mathewson2013-04-02
|\ \ \ \
| * | | | Track TLS overhead: diagnostic for bug 7707Nick Mathewson2013-03-11
* | | | | Avoid clang warnings from implicit off_t->size_t castNick Mathewson2013-03-23
* | | | | Merge branch 'bug8240_v2_squashed' into maint-0.2.4Nick Mathewson2013-03-19
|\ \ \ \ \
| * | | | | Make the guard lifetime configurable and adjustable via the consensusNick Mathewson2013-03-19
* | | | | | Merge remote-tracking branch 'public/bug7950' into maint-0.2.4Nick Mathewson2013-03-19
|\ \ \ \ \ \
| * | | | | | Make a parse_config_line_from_str variant that gives error messagesNick Mathewson2013-02-19
| | |_|_|/ / | |/| | | |
* | | | | | Merge remote-tracking branch 'public/bug8002' into maint-0.2.4Nick Mathewson2013-03-19
|\ \ \ \ \ \
| * | | | | | Check for CPUs more accurartely when ONLN != CONF.Nick Mathewson2013-02-19
| |/ / / / /
* | | | | | Fix another case of bug 8206; patch from flupzorNick Mathewson2013-03-18
* | | | | | Merge remote-tracking branch 'public/bug6673' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ \ \ \ \
| * | | | | | Give an #error when we want threads and OpenSSL has disabled threadsNick Mathewson2013-03-11
| | |_|/ / / | |/| | | |
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-03-18
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Make sure that [::1] is recognized as a private addressNick Mathewson2013-03-01
| | |_|/ / | |/| | |
* | | | | Check return values from fcntl and setsockoptNick Mathewson2013-03-18
* | | | | Merge remote-tracking branch 'public/unused_stuff' into maint-0.2.4Nick Mathewson2013-03-15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove some functions which were unused except for their testsNick Mathewson2013-02-23
| * | | | Remove some totally unused functionsNick Mathewson2013-02-23
| * | | | Remove a bunch of unused macro definitionsNick Mathewson2013-02-23
| | |/ / | |/| |
* / | | start part-way through the ssl cert lifetimeRoger Dingledine2013-03-10
|/ / /
* | | Make _SC_OPEN_MAX actually get used when closing fds before exec.Nick Mathewson2013-02-11
* | | Merge remote-tracking branch 'public/bug7801_v2'Nick Mathewson2013-02-11
|\ \ \
| * | | Improve comment at Andrea's requestNick Mathewson2013-02-08
| * | | Fix numerous problems with Tor's weak RNG.Nick Mathewson2013-02-08
* | | | Merge remote-tracking branch 'public/signof_enum'Nick Mathewson2013-02-08
|\ \ \ \ | |/ / / |/| | |
| * | | Have autoconf check whether enums are signed.Nick Mathewson2013-02-07
* | | | Merge remote-tracking branch 'public/easy_ratelim'Nick Mathewson2013-02-07
|\ \ \ \ | |/ / / |/| | |
| * | | Wrapper function for the common rate-limited-log pattern.Nick Mathewson2012-12-26
* | | | Merge remote-tracking branch 'public/bug7816_023'Nick Mathewson2013-02-07
|\ \ \ \
| * | | | Fix various small leaks on error casesNick Mathewson2012-12-28
| | |/ / | |/| |
* | | | Tolerate curve25519 backends where the high bit of the pk isn't ignoredNick Mathewson2013-02-07
* | | | Fix compilation with --disable-curve25519 optionNick Mathewson2013-02-04
* | | | fix wide lines from tor_log renameNick Mathewson2013-02-01
* | | | Fix a silly mistake in the tor_mathlog() documentation. Give it a unit test.Nick Mathewson2013-02-01
* | | | Remove old wrapper code and defines for keeping log() and log(3) apartNick Mathewson2013-02-01
* | | | Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* | | | typo in crypto_curve25519.c comment, spotted by rransomNick Mathewson2013-01-31