Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-06 | Renamed OT_FLAG to OT_PEERFLAG to make code easier to read | erdgeist | |
Introduced READ16/32 and WRITE16/32 makros to abstract loading/storing from unaligned addresses away on cpu's that can actually load/store everywhere Removed all unnecessary memmoves, especially where it only moved 6 bytes in inner loop. I replaced them with WRITE16/32(READ16/32()) makros | |||
2008-11-28 | The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version. | erdgeist | |
2008-10-28 | Whitespace fixes | erdgeist | |
2008-10-06 | Bugfix: API change missed in two points, when calling return_peers_for_torrent. is_tcp was replaced by FLAG_TCP or FLAG_UDP | erdgeist | |
2008-10-04 | added live sync code | erdgeist | |
added a config file parser added tracker id changed WANT_CLOSED_TRACKER and WANT_BLACKLIST into WANT_ACCESS_WHITE and WANT_ACCESS_BLACK changed WANT_TRACKER_SYNC to WANT_SYNC_BATCH and added WANT_SYNC_LIVE added an option to switch off fullscrapes cleaned up many internal hardcoded values, like PROTO_FLAG, | |||
2008-09-15 | now checking for the correct connection-id we gave out | denis | |
2008-02-05 | Fix endianess issues, also obey number of peers requested in udp announces | erdgeist | |
2008-01-17 | Introducing live busy network detection. | erdgeist | |
2007-12-20 | Introduce some kind of versioning | erdgeist | |
2007-12-15 | too many wrong udp requests scroll too much :) disable logging for now | erdgeist | |
2007-12-15 | more udp debugging | erdgeist | |
2007-12-15 | Do not lock out well behaving clients | erdgeist | |
2007-12-15 | more udp debugging | erdgeist | |
2007-12-15 | Prepare udp connection id generation and checking | erdgeist | |
2007-12-03 | Drop ot_{byte,word,dword} and use uint{8,16,32}_t, also simplify includes | erdgeist | |
2007-11-21 | static bufs are not shared anymore, even if that means more memory. | erdgeist | |
2007-11-06 | Missing newline warning, missing include fixed | erdgeist | |
2007-11-06 | Have an own file handle udp requests. | erdgeist | |