|
|
@5193
|
15 years |
charles |
first cut at adding i18n hooks into libtransmission.
|
|
|
@5065
|
15 years |
charles |
cleanup #includes for errno & strerror
|
|
|
@4599
|
15 years |
charles |
mingw portability fixes: #includes in natpmp.c
|
|
|
@4548
|
15 years |
charles |
#598: fix openbsd alignment & #include issues reported by naddy
|
|
|
@4404
|
15 years |
charles |
set copyright info to 2008
|
|
|
@4176
|
15 years |
charles |
try to make the natpmp error messages yet more helpful. thanks to m1b …
|
|
|
@4175
|
15 years |
charles |
add messages asking the user to check & make sure that port forwarding …
|
|
|
@4157
|
15 years |
charles |
fix crash on shutdown on natpmp routers reported by SoftwareElves?
|
|
|
@4155
|
15 years |
charles |
follow Chinstrap's suggestion of waiting a small interval between …
|
|
|
@4154
|
15 years |
charles |
take pea_'s suggestion of not sending out natpmp/upnp discover …
|
|
|
@4140
|
15 years |
charles |
fix the 500ms remap reported by Chinstrap
|
|
|
@4092
|
15 years |
charles |
Use libnatpmp for port mapping. rewrite the upnp/natpmp manager.
…
|
|
|
@4029
|
15 years |
charles |
use PMP_MCAST_ADDR, instead of a hardcoded address, in net.c
|
|
|
@4001
|
15 years |
charles |
housekeeping. revert r3984 at tiennou's request
|
|
|
@3984
|
15 years |
charles |
move tr_getDefaultRoute() to natpmp.c because it's the only code that …
|
|
|
@3775
|
15 years |
charles |
undoing the r3773-r3774 experiment.
|
|
|
@3773
|
15 years |
charles |
on Darwin, use NSCParameterAssert() instead of assert().
|
|
|
@3731
|
15 years |
charles |
use Thomas Bernard's miniupnp library instead of rolling our own.
|
|
|
@3707
|
15 years |
charles |
maybe fix portmapping
|
|
|
@3552
|
15 years |
charles |
fix OpenBSD build error.
|
|
|
@2619
|
16 years |
charles |
sync joshe's changes with win32
|
|
|
@2614
|
16 years |
joshe |
Use BEOS to test for beos instead of relying on the build to set …
|
|
|
@2591
|
16 years |
charles |
win32 cleanly compiles and starts now. (still doesn't atually *work*, …
|
|
|
@2576
|
16 years |
charles |
get the socket/net code working on win32 too
|
|
|
@2573
|
16 years |
charles |
continue whittling away at internal.h to reduce the global #include …
|
|
|
@2555
|
16 years |
charles |
add portability wrapper for in_port_t…
|
|
|
@2544
|
16 years |
charles |
this looks bug but it's not: just janitorial cleanup, moving #includes …
|
|
|
@2343
|
16 years |
joshe |
Change a couple functions to take an in_addr pointer instead of an …
|
|
|
@2311
|
16 years |
charles |
clean up #includes a bit.
|
|
|
@1730
|
16 years |
joshe |
Fix stupid, stupid mistake preventing frontend from seeing changed …
|
|
|
@1725
|
16 years |
joshe |
Fix port crap.
|
|
|
@1720
|
16 years |
joshe |
Don't try port mapping if binding the port fails.
|
|
|
@1529
|
16 years |
joshe |
Use memset instead of bzero.
|
|
|
@1463
|
16 years |
joshe |
Remove natpmp and upnp locks and rely on the shared lock.
|
|
|
@1460
|
16 years |
joshe |
Clean up NAT-PMP code a little.
Correctly handle a NAT-PMP device …
|
|
|
@1443
|
16 years |
joshe |
When sending a nat-pmp packet, treat EHOSTDOWN as a temporary error.
|
|
|
@1434
|
16 years |
joshe |
Fix a case where NAT-PMP could falsely report a mapped port.
|
|
|
@1429
|
16 years |
joshe |
Fix stupid mistake.
|
|
|
@1425
|
16 years |
titer |
More simplifications
|
|
|
@1420
|
16 years |
titer |
Officially give up on making libT reentrant, and simplify our code instead
|
|
|
@1356
|
16 years |
titer |
Merge io branch into trunk
|
|
|
@920
|
17 years |
joshe |
Merge nat-traversal branch to trunk.
|
|
copied from branches/nat-traversal/libtransmission/natpmp.c:
|
|
|
@902
|
17 years |
joshe |
Treat a couple more NAT-PMP errors as temporary.
|