Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-12-18fix compilation on musl libcrofl0r
2012-12-18getnameinfo: check size and family of salenrofl0r
2012-12-18getnameinfo: return error if buffers are too smallrofl0r
2012-12-18fix the never-ending issues with the wrong glibc prototype of getnameinforofl0r
2012-11-08replace hostent lookup with better performing in-memory copy.rofl0r
2012-11-08move stringfromipv4 into common.crofl0r
2012-11-08remove THREAD_SAFE ifdefs. from now on, pthreads are required.rofl0r
2012-11-08use pipe instead of pipe2rofl0r
2012-11-08use mutexes also to protect the pipe communicationrofl0r
2012-11-08preliminary first fork-safe versionrofl0r
2012-11-07failed attempt to use shared memory for the ip <-> dns mappingrofl0r
2012-11-04main.c: fixed forgotten initialization for second loop using iv4.2rofl0r
2012-11-04put a mutex lock around gethostent() usage, to prevent internalrofl0r
2012-11-04proxy_gethostbyname: fix thread safety issues arising from ...rofl0r
2012-11-04add RcB tags to core.hrofl0r
2012-11-04gethostbyaddr hook: also set aliases.rofl0r
2012-11-04common.h: supply a default for SYSCONFDIR if not passed via CFLAGSrofl0r
2012-11-04fix bug which lead to segfault in ubuntu 12.04 telnetrofl0r
2012-08-27fix typo in help messageguanqun
2012-08-16add some default localnets (commented) to configrofl0r
2012-08-06fix core.h to be usable on its ownrofl0r
2012-08-06core.c: add getservbyname_r replacement function for macrofl0r
2012-08-04put base64 variable to the place it gets usedrofl0r
2012-08-03tunnel_to: use better suited typerofl0r
2012-07-16fix omission in common.crofl0r
2012-07-16correct copyright of main.crofl0r
2012-07-16getaddrinfo: cosmeticsrofl0r
2012-07-16proxy_getaddrinfo: fix segfault when hints is NULLrofl0r
2012-07-16make getaddrinfo threadsaferofl0r
2012-07-14use threadsafe getservbyname_rrofl0r
2012-07-14simplify log funcrofl0r
2012-07-09put abort functionality into get_config_path to further reduce code duplicationrofl0r
2012-07-09use config file lookup routine from a common placerofl0r
2012-07-08slightly better error messagerofl0r
2012-07-08print everything to stderr, and fflush on PDEBUGrofl0r
2012-07-08fixup for d95ef42d487c7d9rofl0r
2012-07-08simplify load_sym code and remove potential aliasing violation.rofl0r
2012-07-08externalize some variables, which are used from both C filesrofl0r
2012-05-23bugfix: localnet never used if no port specified. Fix typo.Jahrome
2012-04-24cosmetic fixrofl0r
2012-04-24use sane defaultsrofl0r
2012-04-24remove dead coderofl0r
2012-04-24fix debug messagerofl0r
2012-04-24use dynloader to call init() func when gcc is available, and lock it properlyrofl0r
2012-04-24macrosrofl0r
2012-04-24fix PDEBUG macrorofl0r
2012-04-23some cleanup in core.hrofl0r
2012-04-23debloat init_lib()rofl0r
2012-03-07bugfix: localnet conflicts with proxydnsJianing Yang
2012-01-30complete sysconfdir supportrofl0r