summaryrefslogtreecommitdiff
path: root/src/common/compat.c
AgeCommit message (Expand)Author
2015-02-19Quiet "caching debian-tor for debian-tor" noticeNick Mathewson
2015-02-09Merge remote-tracking branch 'sysrqb/bug14802_025'Nick Mathewson
2015-02-09Return 0 when detecting the amount of memory failsMatthew Finkel
2015-01-14Fix windows compilation of condition codeNick Mathewson
2015-01-14Split threading-related code out of compat.cNick Mathewson
2015-01-10Merge branch 'master' of https://git.torproject.org/tor into bug13111-empty-k...teor
2015-01-10Merge branch 'bug14001-clang-warning' into bug13111-empty-key-files-fn-emptyteor
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-29Merge branch 'resolvemyaddr_squashed'Nick Mathewson
2014-12-29Adding comprehensive test cases for resolve_my_address.rl1987
2014-12-29Fix a few commentsrl1987
2014-11-08Stop failing when key files are zero-lengthteor
2014-11-02Apply new calloc coccinelle patchNick Mathewson
2014-10-30Silence spurious clang warningsteor
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-23Fix minor typos, two line lengths, and a repeated includeteor
2014-10-20Clamp (some) years supplied by the system to 1 CEteor
2014-10-20Use correct day of year in correct_tm()teor
2014-09-09Use S?SIZE_MAX, not S?SIZE_T_MAXNick Mathewson
2014-09-02Explicitly initialize addresses in tor_ersatz_socketpairNick Mathewson
2014-08-20Fix return value of tor_fd_seekend.Nick Mathewson
2014-08-20Allow named pipes for our log files.Nick Mathewson
2014-08-13Apply coccinelle script to replace malloc(a*b)->calloc(a,b)Nick Mathewson
2014-07-16Add a tor_ftruncate to replace ftruncate.Nick Mathewson
2014-06-20Thread support is now requiredNick Mathewson
2014-06-20Remove code for Windows CE supportNick Mathewson
2014-06-14Merge branch 'bug8746_v2_squashed'Nick Mathewson
2014-06-14New testing-only tor_sleep_msec functionNick Mathewson
2014-05-14whitespace fix, moreNick Mathewson
2014-05-14Improved comments on bug11946 fixNick Mathewson
2014-05-14Use tor_getpw{nam,uid} wrappers to fix bug 11946Nick Mathewson
2014-05-14Add a pair of wrapper functions: tor_getpwnam() and tor_getpwuid()Nick Mathewson
2014-05-08Return success when get_total_system_memory() succeeds.Nick Mathewson
2014-05-01Merge remote-tracking branch 'public/bug4345a_024'Nick Mathewson
2014-04-25Merge branch 'scanbuild_fixes'Nick Mathewson
2014-04-24Merge branch 'bug11396_v2_squashed'Nick Mathewson
2014-04-24get_total_system_memory(): see how much RAM we haveNick Mathewson
2014-04-19scan-build: avoid undef behaior in tor_inet_ptonNick Mathewson
2014-04-16Make sure everything using an interned string is preceded by a logNick Mathewson
2014-04-16Add 'rename' to the sandboxed syscallsNick Mathewson
2014-04-07Merge remote-tracking branch 'public/bug10363_024_squashed'Nick Mathewson
2014-04-07Another 10363 instance: this one in tor_memmem fallback codeNick Mathewson
2014-03-31Handle tor_munmap_file(NULL) consistentlyNick Mathewson
2014-03-31Eliminate lseek() with unchecked return in tor_mmap_file()Andrea Shepard
2014-03-31Add return value and assert for null parameter to tor_munmap_file()Andrea Shepard
2014-02-07More hacking around spawn_func issuesNick Mathewson
2013-09-13Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'Nick Mathewson
2013-09-03Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-03Avoid a double-close on one failing case of the socketpair replacement codeNick Mathewson
2013-08-15added comments for sandbox.hCristian Toader