summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2012-05-30Fix clang 3.1 compile warning in crypto.cSebastian Hahn
2012-05-16Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-05-16Fix month check in parse_http_time, add testSebastian Hahn
2012-05-16Remove more dubiosity in struct tm handling. related to bug5346Nick Mathewson
2012-05-16Reject an additional type of bad date in parse_http_timeNick Mathewson
2012-05-16Fix parse_http_time and add testsEsteban Manchado Velázquez
2012-05-16Merge remote-tracking branch 'public/bug2822'Nick Mathewson
2012-05-14Bump _WIN32_WINNT to 0x0501 throughout the codeNick Mathewson
2012-05-14Remove all instances of WIN32_WINNT (without leading _)Nick Mathewson
2012-05-14MSVC build issue: add magic to make openssl headers in aes.c workNick Mathewson
2012-05-14Be a good git person: store nmakefiles in correct text fmtNick Mathewson
2012-05-14Fix win32 compilation of 31eb73f88e8Nick Mathewson
2012-05-11Cut down on the OS information we give.Nick Mathewson
2012-05-11Merge remote-tracking branch 'asn/bug4865_take2'Nick Mathewson
2012-05-11Merge remote-tracking branch 'public/bug5091'Nick Mathewson
2012-05-10Merge remote-tracking branch 'public/bug4591'Nick Mathewson
2012-05-10Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-05-07Handle out-of-range values in tor_parse_* integer functionsNick Mathewson
2012-05-07fix quad typo in commentsRoger Dingledine
2012-05-04Fix bug 5762: detect missing accept4 that gives ENOSYSNick Mathewson
2012-04-30Remove __ from HAVE_EXTERN_ENVIRON_DECLARED__Nick Mathewson
2012-04-27Only disable cert chaining on the first TLS handshakeNick Mathewson
2012-04-26Several mingw/msvc/cross-compilation fixesNick Mathewson
2012-04-24Merge remote-tracking branch 'public/bug5112'Nick Mathewson
2012-04-18Remove needless check for a buffer that could not be NULL.Nick Mathewson
2012-04-12Fix issues found by nickm.George Kadianakis
2012-04-03tor_vsscanf(): Don't return -1 if '%%' doesn't match.George Kadianakis
2012-03-31Generalize fmt_addr() to support IPv6 decorations.George Kadianakis
2012-03-30Fix tor_strtok_r_impl and test cases per bug #5091nils
2012-03-30Have tor_parse_*long functions check for negative basesNick Mathewson
2012-03-30Remove a couple redundant NULL-checks before crypto_cipher_freeNick Mathewson
2012-03-28Make relays handle an address suggestion from a directory server giving an IP...Linus Nordberg
2012-03-28Reject SOCKS requests for "localhost" or ".local"Nick Mathewson
2012-03-27Excise PK_NO_PADDING entirely: Unpadded RSA is silly.Nick Mathewson
2012-03-27Use OpenSSL 1.0.1's EVP aes_ctr implementation when availableNick Mathewson
2012-03-27Refactor the API for setting up a block cipher.Nick Mathewson
2012-03-27Remove support for PK_NO_PADDING in crypto_pk_public_hybrid_encryptNick Mathewson
2012-03-27Log statement to help track down bug4091Nick Mathewson
2012-03-26Merge commit 'a5704b1c624c9a808f52f3a125339f00e2b9a378' into maint-0.2.2Nick Mathewson
2012-03-12Close fds on pipe() error in tor_spawn_background().George Kadianakis
2012-03-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-03-09Correctly handle broken escape sequences in torrc valuesNick Mathewson
2012-03-08Small fix in tor_sscanf documentationEsteban Manchado Velázquez
2012-03-08Fix typo in config parser documentationEsteban Manchado Velázquez
2012-03-08Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-03-08Fix compile warnings in openbsd mallocSebastian Hahn
2012-02-29Don't leak the env_vars_sorted smartlist in process_environment_makeNick Mathewson
2012-02-22Add a sha256 hmac function, with testsNick Mathewson
2012-02-20Merge remote-tracking branch 'sebastian/bug5161'Nick Mathewson
2012-02-20Fix crypto_hmac_sha256 documentation commentRobert Ransom