merged python GIL fix from RC_0_16

This commit is contained in:
Arvid Norberg
2012-09-19 06:13:04 +00:00
parent fdb89b6d7b
commit 15ecec3ae5
8 changed files with 16 additions and 610 deletions

View File

@@ -3,6 +3,7 @@
* fix uTP edge case where udp socket buffer fills up
* fix nagle implementation in uTP
* fix GIL issue in python bindings. Deprecated extension support in python
* fixed bug where setting upload slots to -1 would not mean infinite
* extend the UDP tracker protocol to include the request string from the tracker URL
* fix mingw build for linux crosscompiler