| Commit message (Expand) | Author | Age |
* | Update copyright to 2009. | Karsten Loesing | 2009-05-04 |
* | Add and use set/get_uint64 on onion tags. [bug 604; backportable]•••It seems that 64-bit Sparc Solaris demands 64-bit-aligned access to
uint64_t, but does not 64-bit-align the stack-allocated char array we
use for cpuworker tags. So this patch adds a set/get_uint64 pair, and
uses them to access the conn_id field in the tag.
svn:r18743
| Nick Mathewson | 2009-03-02 |
* | Fix warning on panther compile, and bug 913. Backport candidate.•••svn:r18203
| Nick Mathewson | 2009-01-21 |
* | Add a better (non-locale-having) ctypes implementation to avoid protocol and ...•••svn:r18189
| Nick Mathewson | 2009-01-20 |
* | Remove svn $Id$s from our source, and remove tor --version --version.•••The subversion $Id$ fields made every commit force a rebuild of
whatever file got committed. They were not actually useful for
telling the version of Tor files in the wild.
svn:r17867
| Nick Mathewson | 2009-01-04 |
* | Remove some code that is #ifdefed out, and that we no longer seem to use, if ...•••svn:r17827
| Nick Mathewson | 2008-12-30 |
* | Use a consistent naming standard for header file guard macros, taking care no...•••svn:r17805
| Nick Mathewson | 2008-12-29 |
* | Remove some cargo-cult gcc hacks around tor_assert and predict_unlikely; inst...•••svn:r17597
| Nick Mathewson | 2008-12-11 |
* | Simplify mmap object layout to avoid confusing static analysis tools, and us ...•••svn:r17490
| Nick Mathewson | 2008-12-05 |
* | Add two lseek wrappers to compat.[ch]: one to return current fd position, and...•••svn:r17454
| Nick Mathewson | 2008-12-02 |
* | Define socklen_t before using it in compat.h•••svn:r17444
| Nick Mathewson | 2008-12-02 |
* | define get_uint8 and set_uint8 macros to make code cleaner.•••svn:r17261
| Nick Mathewson | 2008-11-12 |
* | Patch from Jacob Appelbaum and me to make User option more robust, properly s...•••svn:r17200
| Steven Murdoch | 2008-11-07 |
* | Document some dmalloc stuff and some stupid C tricks.•••svn:r17161
| Nick Mathewson | 2008-10-27 |
* | Add a lockfile to the Tor data directory to avoid situations where two Tors s...•••svn:r16722
| Nick Mathewson | 2008-09-01 |
* | Fix compile on OpenBSD 4.4-current. Bugfix on 0.2.1.5-alpha.•••Reported by Tas.
svn:r16713
| Roger Dingledine | 2008-09-01 |
* | commit jake's patch to include strings with socks5 error numbers•••svn:r16657
| Roger Dingledine | 2008-08-25 |
* | r17848@tombo: nickm | 2008-08-22 12:10:11 -0400••• Make definition of tor_mutex_t go into compat.h, so that it is possible to inline mutexes in critical objects. Add init/uninit functions for mutexes allocated inside other structs.
svn:r16623
| Nick Mathewson | 2008-08-22 |
* | r17358@pc-10-8-1-079: nickm | 2008-07-25 16:41:03 +0200••• Split out the address manipulation functions from compat and util: they were about 21% of the total of those, and spread out too much.
svn:r16208
| Nick Mathewson | 2008-07-25 |
* | r17346@aud-055: nickm | 2008-07-24 15:37:19 +0200••• Make generic address manipulation functions work better. Switch address policy code to use tor_addr_t, so it can handle IPv6. That is a good place to start.
svn:r16178
| Nick Mathewson | 2008-07-24 |
* | Stop using __attribute__((nonnull)): It gets us occcasional warnings when we ...•••svn:r15803
| Nick Mathewson | 2008-07-09 |
* | r19795@catbus: nickm | 2008-05-16 14:54:24 -0400••• Rename tor_addr_t manipulation functions for a consistent style.
svn:r14639
| Nick Mathewson | 2008-05-16 |
* | r14371@tombo: nickm | 2008-02-21 16:13:18 -0500••• Fix all -Wshorten-64-to-32 warnings that appear on my macbook.
svn:r13662
| Nick Mathewson | 2008-02-21 |
* | r18291@catbus: nickm | 2008-02-20 22:35:32 -0500••• Resolve all DOCDOC issues, and document some other undocumented code, and fix a changelog entry.
svn:r13638
| Nick Mathewson | 2008-02-21 |
* | r18269@catbus: nickm | 2008-02-20 17:28:24 -0500••• Apply patch from Sebastian Hahn: stop imposing an arbitrary maximum on the number of file descriptors used for busy servers. Bug reported by Olaf Selke.
svn:r13626
| Nick Mathewson | 2008-02-20 |
* | r18226@catbus: nickm | 2008-02-19 18:01:01 -0500••• Brown-paper-bag time. We were failing to count all the sockets from accept().
svn:r13595
| Nick Mathewson | 2008-02-19 |
* | r18198@catbus: nickm | 2008-02-19 14:30:30 -0500••• Try to *fix* the socket counting problem, and add an info log to detect whether we really fixed it
svn:r13580
| Nick Mathewson | 2008-02-19 |
* | r14181@tombo: nickm | 2008-02-15 16:48:17 -0500••• Fix all but 2 DOCDOC items; defer many XXX020s (particularly those where fixing them would fix no bugs at the risk of introducing some bugs).
svn:r13529
| Nick Mathewson | 2008-02-15 |
* | r18051@catbus: nickm | 2008-02-12 15:20:43 -0500••• Re-tune mempool parametes based on testing on peacetime: use smaller chuncks, free them a little more aggressively, and try very hard to concentrate allocations on fuller chunks. Also, lots of new documentation.
svn:r13484
| Nick Mathewson | 2008-02-12 |
* | Update some copyright notices: it is now 2008.•••svn:r13412
| Nick Mathewson | 2008-02-07 |
* | r17899@catbus: nickm | 2008-02-05 14:14:06 -0500••• Fix a couple of XXX020 items. Also, disable all "condition" sychronization code, since Tor does not use it yet
svn:r13380
| Nick Mathewson | 2008-02-05 |
* | Apparently, our windows code for detecting ipv6 structures has worked for a w...•••svn:r13377
| Nick Mathewson | 2008-02-05 |
* | r17472@catbus: nickm | 2008-01-05 22:10:19 -0500••• Another test for the increasingly bad check-spaces style checker to check: #else\n#if is almost a sure sign of a failure to use #elif. Fortunately, we only did that 3 times.
svn:r13039
| Nick Mathewson | 2008-01-06 |
* | clean up copyrights, and assign 2007 copyrights to The Tor Project, Inc•••svn:r12786
| Roger Dingledine | 2007-12-12 |
* | r17091@catbus: nickm | 2007-12-11 18:05:55 -0500••• Fix compilation when --disable-threads is passed in.
svn:r12768
| Nick Mathewson | 2007-12-11 |
* | r15161@tombo: nickm | 2007-12-05 11:30:37 -0500••• Fix bug reported by Steve Murphy on or-talk: detect the s6_addr32 and s6_addr16 fields via autoconf.
svn:r12679
| Nick Mathewson | 2007-12-05 |
* | r15106@tombo: nickm | 2007-12-04 00:08:35 -0500••• Change tor_addr_t to be a tagged union of in_addr and in6_addr, not of sockaddr_in and sockaddr_in6. It's hardly used in the main code as it is, but let's get it right before it gets popular.
svn:r12660
| Nick Mathewson | 2007-12-04 |
* | r16016@catbus: nickm | 2007-10-21 20:44:19 -0400••• Check a platform assumption we have made without checking for too long: "Characters are represented in ascii."
svn:r12088
| Nick Mathewson | 2007-10-22 |
* | r14651@catbus: nickm | 2007-08-17 21:37:03 -0400••• Another attempt to confirm to msvc for bug 482.
svn:r11162
| Nick Mathewson | 2007-08-18 |
* | r14639@catbus: nickm | 2007-08-17 17:45:28 -0400••• Compile without warnings on MinGW, even with --enable-gcc-warnings enabled.
svn:r11157
| Nick Mathewson | 2007-08-17 |
* | r14634@catbus: nickm | 2007-08-17 16:43:49 -0400••• Try to fix bug 482: do not rely on s6_addr16 or s6_addr32 on MSVC. How ugly.
svn:r11155
| Nick Mathewson | 2007-08-17 |
* | r13907@Kushana: nickm | 2007-08-02 10:29:13 -0700••• Try (once again) to fix mingw build wrt detecting ipv6 types.
svn:r11037
| Nick Mathewson | 2007-08-02 |
* | r13872@Kushana: nickm | 2007-07-31 08:27:54 -0700••• Rename IN4_ADDR and IN6_ADDR to try to avoid conflicting with Windows definitions. This may fix the windows build.
svn:r11011
| Nick Mathewson | 2007-08-01 |
* | r13964@catbus: nickm | 2007-07-28 22:55:10 -0400••• Change "IN_ADDR" macro to "IN4_ADDR" in an attempt to fix mingw compilation
svn:r10963
| Nick Mathewson | 2007-07-29 |
* | r13920@catbus: nickm | 2007-07-26 16:25:25 -0400••• whitespace fixes
svn:r10935
| Nick Mathewson | 2007-07-26 |
* | r13840@catbus: nickm | 2007-07-19 16:00:43 -0400••• Apparently, this problem can occur on the whole BSD family. "Yay."
svn:r10884
| Nick Mathewson | 2007-07-19 |
* | r13838@catbus: nickm | 2007-07-19 15:50:16 -0400••• Apparently, OSX does not define s6_addr32 or s6_addr16. How silly.
svn:r10883
| Nick Mathewson | 2007-07-19 |
* | r13827@catbus: nickm | 2007-07-19 14:42:25 -0400••• Merge in some generic address manipulation code from croup. Needs some work.
svn:r10880
| Nick Mathewson | 2007-07-19 |
* | r13454@kushana: nickm | 2007-06-20 14:22:44 -0400••• Switch windows locking implementation to CRITICAL_SECTION, not Mutex: Mutex is heavier-weight, and meant for multi-process situations.
svn:r10739
| Nick Mathewson | 2007-07-05 |
* | r13570@catbus: nickm | 2007-06-30 20:41:05 -0400••• Implement conditions in compat.c; switch windows to use "critical sections" instead of mutexes. Apparently, mutexes are for IPC and critical sections are for multithreaded.
svn:r10716
| Nick Mathewson | 2007-07-01 |