ambrop7
|
5f5bbfd36e
version 1.999.98rc12
|
15 years ago |
ambrop7
|
26aeb61747
ncd/modules/command_template.c: remove debug output
|
15 years ago |
ambrop7
|
2afa83b08f
ncd: add strcmp module
|
15 years ago |
ambrop7
|
1b4a14382b
ncd: add if module
|
15 years ago |
ambrop7
|
716691f00b
ncd/modules/net_iptables: run all iptables commands synchronously, use BEventLock to achieve that. Otherwise, if two iptables commands are run concurrently, one might
|
15 years ago |
ambrop7
|
0ea41b455e
system: add BEventLock
|
15 years ago |
ambrop7
|
fe46c08569
ncd: pass BReactor and BProcessManager in module func_globalinit, add func_globalfree
|
15 years ago |
ambrop7
|
1d6caaca25
ncd/modules/depend: allow accessing provide variables through depend
|
15 years ago |
ambrop7
|
b5e69f40e4
ncd: allow modules to resolve variables in preceding statements
|
15 years ago |
ambrop7
|
c4e7db1871
NCDValue_InitString: take a const string
|
15 years ago |
ambrop7
|
836b93e805
NCDValue_InitString: take a const string
|
15 years ago |
ambrop7
|
bfea9543b5
BProcess: fix fd mapping
|
15 years ago |
ambrop7
|
a62da7a439
BProcess: support specifying a list of file descriptors to preserve and fd numbers to map them to inside the child
|
15 years ago |
ambrop7
|
3cdee2a3b6
BSocket: BSocket_Reactor is for windows too
|
15 years ago |
ambrop7
|
5219871b0b
BProcess: move to process/
|
15 years ago |
ambrop7
|
a81e202895
version 1.999.98rc11
|
15 years ago |
ambrop7
|
301ae54a82
examples/ipc_server: don't handle termination requests
|
15 years ago |
ambrop7
|
99333ee64d
examples/ipc_client: do cleanup in one place
|
15 years ago |
ambrop7
|
9924fef1f3
examples/bprocess_example: do cleanup in one place
|
15 years ago |
ambrop7
|
aac81b5bca
examples/dhcpclient_test: do cleanup in one place
|
15 years ago |
ambrop7
|
cf2b736cd0
tun2socks: do cleanup in one place
|
15 years ago |
ambrop7
|
2939d5706d
flooder: do cleanup in one place (error and normal exit). This is possible now that all processing is done using jobs, and there are no error reporters enforcing
|
15 years ago |
ambrop7
|
0b916dfca2
server: do cleanup in one place (error and normal exit). This is possible now that all processing is done using jobs, and there are no error reporters enforcing
|
15 years ago |
ambrop7
|
2fe3fbf8dc
client: do cleanup in one place (error and normal exit). This is possible now that all processing is done using jobs, and there are no error reporters enforcing
|
15 years ago |
ambrop7
|
481b171588
DebugError: don't use a dead var, use a job to enforce destruction, allowing the destruction to be done from the handler's jobs (rather than just the handler)
|
15 years ago |
ambrop7
|
5a34d9b18a
NCDModule: port to DebugError
|
15 years ago |
ambrop7
|
a2972f08a3
ServerConnection: remove unused dead var
|
15 years ago |
ambrop7
|
5d4028ff49
examples/ipc_client.c: remove unused dead var
|
15 years ago |
ambrop7
|
fb36530668
examples/ipc_server.c: remove unused dead var
|
15 years ago |
ambrop7
|
7efb19f024
PasswordSender: port to DebugError
|
15 years ago |