]> jfr.im git - irc/ircd-hybrid/libopm.git/shortlog
irc/ircd-hybrid/libopm.git
2002-12-22  strtokDon't set fd close on exec REL-3-0 REL-3-0R2
2002-12-22  strtokSet FD closed on exec
2002-12-16  andyMissed one instance of inetpton() AFTER-BOPM3-MERGE
2002-12-16  andyAdd configure check for inet_pton.
2002-12-16  strtokPut in ufds_size file descriptors instead of 1024
2002-12-16  strtokChanged timeout to 0 seconds!
2002-12-15  strtoklibopm.c: Grow ufds (poll array) as needed, rather...
2002-12-11  strtokAdded opm_scanend and opm_end functions to API
2002-12-10  strtokAdded OPM_TYPE_STRINGLIST
2002-12-07  strtokRemoved inet.h from opm.h. There was no reason for...
2002-12-02  andyUpdate autotools.
2002-12-02  andy*** empty log message ***
2002-11-12  strtokAdded data element to OPM_REMOTE_T
2002-11-10  dglAnalogX proxy
2002-11-08  strtokAdded proper GPL to hybrid copyright
2002-11-07  strtokAdded (void **) cast to MyFree #define to avoid warning
2002-11-07  strtokAdded code to MyFree to NULL a pointer after freeing it
2002-11-07  strtokAdded != NULL check on MyFree as to avoid having to...
2002-11-07  strtokAdded SENDBUFLEN and READBUFLEN.
2002-11-07  dglAdded some more http ports and put the adding code...
2002-11-07  dglIt does help if you test after changing from using...
2002-11-07  dglMake use of the opm_remote_addtype function by adding...
2002-11-06  strtokFixed memory leaks in config.c
2002-11-06  strtokFixed a bug where a freed conn was possibly used in...
2002-11-05  strtokAdded note about the void * argument to the callback...
2002-11-05  strtokAdded opm_remote_addtype function
2002-11-02  dgl10 seconds timeout isn't always quite enough..
2002-10-31  dgllowered fdlimit
2002-10-28  strtokRemoved TYPE_CUSTOM from perl module.
2002-10-28  strtokAdded dg's post proxy detection code. Tested on webcach...
2002-10-28  strtokAdded assert on calloc fail
2002-10-28  strtokCleaned up write_function/read_function and added read_...
2002-10-28  strtokRemoved libopm_addcustom and custom protocol support.
2002-10-27  strtokAdded comment for opm_active
2002-10-27  strtokFixed bug where on timeouts, libopm did a callback...
2002-10-27  dglremoved remote callbacks
2002-10-27  strtokRemoved remote struct callbacks, now only scanner-wide...
2002-10-27  dglreturn textual versions of the protocols (and http...
2002-10-27  dglignore Makefile too
2002-10-27  dglport wrong around around
2002-10-27  dglOPM/bopchecker.pl:
2002-10-26  dglThe opm perl module!
2002-10-26  dglpatch to add data as param for callbacks..
2002-10-16  strtokAdded logic to libopm_proxy_custom that finished parsin...
2002-10-15  strtokInitialize id and format to NULL in the built in protoc...
2002-10-15  strtokAdded custom protocol support
2002-10-12  strtokAdded default config settings
2002-09-24  strtokAbort scans where there are no protocols defined (bug...
2002-09-22  strtokFixed 'opm_remote_free' section header
2002-09-21  strtokRemoved addr from OPM_REMOTE_T listing in api doc
2002-09-21  strtokAdded IPV4 Binding functionality
2002-09-21  strtokMoved OPM_REMOTE_T::addr to OPM_SCAN_T::addr
2002-09-21  strtokAdded proxy types to API doc
2002-09-21  strtokBetter describing of OPM_ERR_T codes in libopm-api.txt
2002-09-21  strtokUpdated libopm-api.txt
2002-09-21  strtokRenamed malloc wrappers with libopm_ prefix and added...
2002-09-21  strtokPrefixed proxy functions with libopm_
2002-09-21  strtokPrefixed functions in libopm.c and list.c with libopm_
2002-09-21  strtokChanged all config.c functions to have a libopm_ prefix
2002-09-14  strtokAdded libopm-api.txt
2002-09-14  strtokUse opm_callback on test.c instead of opm_remote_callback
2002-09-14  strtokRestructured callback code to use an array.
2002-09-14  strtokRemoved printf's and comments used to debug
2002-09-14  strtokCreated a scan queue, if this is working as it should...
2002-09-12  andyCheck for Nick Faldo
2002-09-12  andyRemoving a bunch of unused autoconf tests.
2002-09-12  andySome systems don't have inet_aton(), Solaris being...
2002-09-12  andyIf a system has strings.h, it needs to be #included...
2002-09-12  andyCheck for unistd.h.
2002-09-12  andyIgnore generated binary
2002-09-12  andyCheck if we need & have sys/time.h.
2002-09-12  andyCheck HAVE_FCNTL_H.
2002-09-12  andyCheck HAVE_SYS_POLL_H.
2002-09-12  andyAdd RCS tags to all .c files. Protect standard headers...
2002-09-12  andyDOn't install "test" and "test_debug", they're just...
2002-09-12  andyAll of these files I initially copied in. But, apparen...
2002-09-12  andyChange default install prefix to /usr/local/libopm.
2002-09-12  andyFirst stab at autoconf/automake/libtoolizing libopm.
2002-09-12  andyAnd again -- some people will need ./configure
2002-09-12  andyMore things for CVS to ignore.
2002-09-12  andyA little bit zealous with the cvsignore there.
2002-09-12  andyautoconf / automake / libtool produce lots of files...
2002-09-11  strtokFixed various major memory leaks.
2002-09-11  strtokAdded checks for NULL function callbacks.
2002-09-09  strtokFixed scan_free and connection_free clenaup
2002-09-09  strtokFix for timeouts. Only timeout a socket if it's not...
2002-09-09  strtokAdded fd_limit functionality
2002-09-09  strtokUpdated test.c to handle error callbacks
2002-09-09  strtokAdded setup_remote function in libopm.c to fill a remot...
2002-09-09  strtokFixed timeout logic
2002-09-09  strtokConverted all protocols to libopm (cisco, socks4, socks...
2002-09-09  strtokAdded check_close code
2002-09-09  strtokAdded callback functionality for fun_negfail
2002-09-09  strtokAdded OPM_ERR_BADPROTOCOL
2002-09-09  strtokRenamed OPM_ERR_INVALIDKEY to BADKEY
2002-09-09  strtokAdded do_error function
2002-09-09  strtokAdded do_openproxy and open proxy callback
2002-09-09  strtokAdded proxy.c/proxy.h which contains protocol specific...
2002-09-09  strtokRead in data from connection and check against target...
2002-09-09  strtokUse NULL instead of 0 in list.c.
next