Charles Kerr
|
dbd016e503
|
sync joshe's changes with win32
|
2007-08-04 02:55:06 +00:00 |
Josh Elsasser
|
2ead51f79d
|
Use __BEOS__ to test for beos instead of relying on the build to set SYS_BEOS.
Add missing headers and other miscellaneous fixes for beos.
|
2007-08-04 01:17:39 +00:00 |
Charles Kerr
|
1fd5f90a77
|
win32 cleanly compiles and starts now. (still doesn't atually *work*, but we're getting closer...)
|
2007-08-02 19:43:29 +00:00 |
Charles Kerr
|
ba3dc008fc
|
get the socket/net code working on win32 too
|
2007-07-31 16:55:47 +00:00 |
Charles Kerr
|
0f85cc3297
|
continue whittling away at internal.h to reduce the global #include dependencies
|
2007-07-31 14:26:44 +00:00 |
Charles Kerr
|
d209052051
|
add portability wrapper for in_port_t...
|
2007-07-30 18:04:10 +00:00 |
Charles Kerr
|
e07d0220a9
|
this looks bug but it's not: just janitorial cleanup, moving #includes from headers into source file
|
2007-07-29 18:11:21 +00:00 |
Josh Elsasser
|
1ecbe8da65
|
Change a couple functions to take an in_addr pointer instead of an in_addr.
Forward declare struct in_addr and include the relevant headers in the .c files where it's used.
|
2007-07-14 16:29:21 +00:00 |
Charles Kerr
|
b79beeff66
|
clean up #includes a bit.
|
2007-07-09 20:10:42 +00:00 |
Josh Elsasser
|
19c4640dbd
|
Fix stupid, stupid mistake preventing frontend from seeing changed public port.
|
2007-04-17 02:35:14 +00:00 |
Josh Elsasser
|
1323459ad4
|
Fix port crap.
|
2007-04-16 05:48:52 +00:00 |
Josh Elsasser
|
57d06d55e8
|
Don't try port mapping if binding the port fails.
|
2007-04-15 07:36:24 +00:00 |
Josh Elsasser
|
caebe8b862
|
Use memset instead of bzero.
|
2007-03-05 03:41:13 +00:00 |
Josh Elsasser
|
c4ad02aaf3
|
Remove natpmp and upnp locks and rely on the shared lock.
|
2007-02-06 05:37:48 +00:00 |
Josh Elsasser
|
b2fb0bbf3c
|
Clean up NAT-PMP code a little.
Correctly handle a NAT-PMP device mapping a different public port than requested.
|
2007-02-06 03:24:55 +00:00 |
Josh Elsasser
|
3388b93542
|
When sending a nat-pmp packet, treat EHOSTDOWN as a temporary error.
|
2007-01-28 08:54:19 +00:00 |
Josh Elsasser
|
7af80be925
|
Fix a case where NAT-PMP could falsely report a mapped port.
|
2007-01-25 21:23:31 +00:00 |
Josh Elsasser
|
ace19f1003
|
Fix stupid mistake.
|
2007-01-23 23:46:10 +00:00 |
Eric Petit
|
40d8abb68f
|
More simplifications
|
2007-01-21 19:42:11 +00:00 |
Eric Petit
|
14aa4e5ab0
|
Officially give up on making libT reentrant, and simplify our code instead
|
2007-01-21 07:16:18 +00:00 |
Eric Petit
|
e5e6a8b5df
|
Merge io branch into trunk
|
2007-01-14 12:00:21 +00:00 |
Josh Elsasser
|
0257761670
|
Merge nat-traversal branch to trunk.
|
2006-09-25 18:37:45 +00:00 |