Age | Commit message (Expand) | Author |
2009-01-15 | Add comments, rename our struct http_data h to cookie, all clientsockets to sock, all size_t from socket_recvs to byte_count. Make signal handler set default... | erdgeist |
2009-01-13 | V6 | erdgeist |
2009-01-05 | * http and udp routines now use thread local buffers passed in workstruct containers. In other words they do not use static_buffer anymore and are considered... | erdgeist |
2009-01-02 | * opentracker now drops permissions in correct order and really chroots() if ran as root | erdgeist |
2008-12-06 | Renamed OT_FLAG to OT_PEERFLAG to make code easier to read | erdgeist |
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 |
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 |