Age | Commit message (Expand) | Author |
2012-06-03 | Calculate the old hash for the ip address only, when the current one mismatches | erdgeist |
2012-05-28 | Remove debug info | erdgeist |
2012-05-28 | Report connection id missmatch count | erdgeist |
2012-05-28 | udp now generates a cryptographically secure token for connecting clients. This is later verified. | erdgeist |
2012-04-25 | Add functionality to distribute udp to several workers | erdgeist |
2012-03-31 | Try to act upon all udp packets at once | erdgeist |
2010-04-22 | ** struct ot_workstruct gets ritcher (and will become even ritcher soon). | erdgeist |
2009-06-15 | Dont log connection id missmatches anymore | erdgeist |
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 |