Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-04 | Update copyright dates to 2012; add a few missing copyright statements | Nick Mathewson | |
2011-01-03 | Bump copyright statements to 2011 | Nick Mathewson | |
2010-02-27 | Update Tor Project copyright years | Nick Mathewson | |
2009-05-04 | Update copyright to 2009. | Karsten Loesing | |
2009-01-04 | Remove svn $Id$s from our source, and remove tor --version --version. | Nick Mathewson | |
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 | |||
2008-12-29 | Use a consistent naming standard for header file guard macros, taking care ↵ | Nick Mathewson | |
not to collide with any system headers. This tripped us up on Android. svn:r17805 | |||
2008-11-05 | The chunk_size field in memarea_t was never actually set. Remove the whole ↵ | Nick Mathewson | |
thing. svn:r17195 | |||
2008-04-08 | r19243@catbus: nickm | 2008-04-08 13:28:59 -0400 | Nick Mathewson | |
Use a freelist to hold a few recent memarea chunks. We do a kazillion memarea allocs and frees; that cant be good for us. svn:r14319 | |||
2008-03-26 | r19072@catbus: nickm | 2008-03-26 13:50:24 -0400 | Nick Mathewson | |
Add code to debug memory area size. Use results of this code to set a couple of area sizes more sanely. svn:r14201 | |||
2008-03-26 | r19062@catbus: nickm | 2008-03-26 12:56:25 -0400 | Nick Mathewson | |
Fix whitespace svn:r14197 | |||
2008-03-26 | r19049@catbus: nickm | 2008-03-26 12:33:25 -0400 | Nick Mathewson | |
Add new stacklike, free-all-at-once memory allocation strategy. Use it when parsing directory information. This helps parsing speed, and may well help fragmentation some too. hidden-service-related stuff still uses the old tokenizing strategies. svn:r14194 |