| Commit message (Expand) | Author | Age |
... | |
* | normalize whitespace.•••svn:r6173
| Nick Mathewson | 2006-03-17 |
* | Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ...•••svn:r6144
| Nick Mathewson | 2006-03-13 |
* | Happy new year!•••svn:r5949
| Roger Dingledine | 2006-02-09 |
* | check for EADDRINUSE in a cross-platform way (unless i'm wrong)•••svn:r5899
| Roger Dingledine | 2006-02-03 |
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ...•••svn:r5582
| Nick Mathewson | 2005-12-14 |
* | fix typo noticed by scrimbly•••svn:r5522
| Roger Dingledine | 2005-12-07 |
* | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....•••svn:r5309
| Nick Mathewson | 2005-10-25 |
* | Make doxygen marginally happier•••svn:r5208
| Nick Mathewson | 2005-10-06 |
* | Add a touch_file() function to compat so we can update cache mtimes.•••svn:r5067
| Nick Mathewson | 2005-09-14 |
* | Use tor_listdir in test.c instead of duplicating ode.•••svn:r4981
| Nick Mathewson | 2005-09-10 |
* | Make GCC very happy, even with lots of warnings set. Also, try to fix some re...•••svn:r4770
| Nick Mathewson | 2005-08-12 |
* | and a nearby define•••svn:r4643
| Roger Dingledine | 2005-07-23 |
* | add parenthesis to U64_PRINTF_ARG macro•••svn:r4642
| Nick Mathewson | 2005-07-23 |
* | Add a tor_memmem function•••svn:r4452
| Nick Mathewson | 2005-06-18 |
* | Change end-of-file NLNL convention. It turns out arma I and I agree.•••svn:r4382
| Nick Mathewson | 2005-06-09 |
* | Implement --disable-threads•••svn:r4187
| Nick Mathewson | 2005-05-10 |
* | Make Tor compile with no warnings with gcc4.0 on OSX•••svn:r4184
| Nick Mathewson | 2005-05-07 |
* | update copyright notices.•••svn:r3982
| Nick Mathewson | 2005-04-01 |
* | Fix some more obscure compiler warnings•••svn:r3758
| Nick Mathewson | 2005-03-14 |
* | Renormalize whitespace•••svn:r3757
| Nick Mathewson | 2005-03-14 |
* | Implement more control spec functionality•••- Mapaddress
- Postdescriptor
- GetInfo on descriptors
Required changes elsewhere:
- Keep the most recent running_routers_t in the routerlist_t. That way we
can learn about new routers and remember whether we were last told that
they were up or down. Also enables more simplifications.
- Keep the signed descriptor inside routerinfo_t. This makes
descriptor_entry_t in dirservers.c unneeded.
- Rename AddressMap (the verb) to MapAddress. Keep AddressMap as a noun.
- Check addresses for plausibility before mapping them.
svn:r3696
| Nick Mathewson | 2005-02-25 |
* | Forward-port the trick to bump up ConnLimit as far as it can•••go, but not past MAXCONNECTIONS. Also throw away the FAKE_POLL
caveats since 0.1.0 doesn't need it any more.
svn:r3657
| Roger Dingledine | 2005-02-22 |
* | Patch to localtime/gmtime handling: use the _r variants where available. Use...•••svn:r3653
| Nick Mathewson | 2005-02-22 |
* | Tell openssl how to use locks and how to find thread ids -- this may prevent ...•••svn:r3622
| Nick Mathewson | 2005-02-13 |
* | Forward-port SGI Compatibility patches from Jan Schaumann•••svn:r3517
| Nick Mathewson | 2005-02-03 |
* | Add rudimentary pthread support that needs more testing.•••svn:r3439
| Nick Mathewson | 2005-01-27 |
* | fwd-port win32 isprint fix•••svn:r3410
| Nick Mathewson | 2005-01-22 |
* | Make Tor use Niels Provos's libevent instead of it's current•••poll-but-sometimes-select mess. This will let us use faster async cores
(like epoll, kpoll, and /dev/poll), and hopefully work better on Windows
too.
There are some fairly nasty changes to main.c here; this will almost
certainly break something. But hey, that's what alphas are for.
svn:r3341
| Nick Mathewson | 2005-01-12 |
* | Possible fix for task #43: when running on a multithreaded environment (curre...•••svn:r3247
| Nick Mathewson | 2005-01-03 |
* | move network_init from or/main to common/compat•••call network_init in tor-resolve.c too
move tor_lookup_hostname from common/util to common/compat
svn:r3203
| Roger Dingledine | 2004-12-22 |
* | Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out•••of the warning messages.
svn:r3199
| Nick Mathewson | 2004-12-22 |
* | Solaris CC freaks out if isspace and friends get anything other than an int. ...•••svn:r3120
| Nick Mathewson | 2004-12-08 |
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019
| Nick Mathewson | 2004-11-29 |
* | connect() on win32 can do more things than we thought?•••svn:r2999
| Nick Mathewson | 2004-11-28 |
* | remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989
| Roger Dingledine | 2004-11-26 |
* | Normalize a few more kinds of whitespace. We now dislike:••• - func (args)
- if (x){
This doesn't normalize if(x), for(x); while(x), and friends.
svn:r2943
| Nick Mathewson | 2004-11-22 |
* | Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...•••svn:r2911
| Nick Mathewson | 2004-11-20 |
* | Resolve FIXME items: make expand_filename handle ~ and ~username•••svn:r2789
| Nick Mathewson | 2004-11-10 |
* | Twiddle header order to compile on OS X again•••svn:r2681
| Nick Mathewson | 2004-11-04 |
* | The spelling is "d-e-f-i-n-e".•••svn:r2650
| Nick Mathewson | 2004-11-03 |
* | Add compatibility macros for printf and scanf-ing 64-bit unsigned ints•••svn:r2648
| Nick Mathewson | 2004-11-02 |
* | Handle strlcat/strlcpy correctly on platforms that have them.•••svn:r2647
| Nick Mathewson | 2004-11-02 |
* | Fix signed/unsigned comparison warning•••svn:r2643
| Nick Mathewson | 2004-11-01 |
* | Split util into util (general utilities), container (smartlist and strmap), a...•••svn:r2640
| Nick Mathewson | 2004-11-01 |