Age | Commit message (Expand) | Author |
2009-03-27 | Give pgsql some needed love. Dont use DNS, remove some unused hooks and its n... | peavey |
2009-03-27 | Fix potential crash on uninitialised var | peavey |
2009-03-23 | Make this compile. | peavey |
2009-03-23 | Fix compile error due to mismerge | danieldg |
2009-03-23 | ThreadEngine: Allow interthread signaling without needing as many hacks | danieldg |
2009-03-23 | ThreadEngine: remove MutexFactory, mutexes should be constructed using their ... | danieldg |
2009-03-23 | ThreadEngine: remove excessive mutex use on thread creation | danieldg |
2009-03-18 | Fix for bug #791, if an error is set treat this as 'could not get certificate' | brain |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-13 | Fix bug #779, SSL metadata sent using the wrong case. Thanks HiroP | danieldg |
2009-02-23 | m_uninvite and m_ssl_oper_cert should be marked as VF_COMMON and returning CM... | special |
2009-02-23 | Forward port r11142: Commands that only give a response locally should not be... | special |
2009-02-22 | Forward port r11137 from stable: | peavey |
2009-02-19 | Remove unneeded "fd" member of issl_session | danieldg |
2009-02-19 | Remove unneeded comment about warnings on 64-bit | danieldg |
2009-02-19 | GnuTLS does not need a double-copy input buffer | danieldg |
2009-02-16 | Remove redundant PriorityState, enum Priority does the exact same thing. | w00t |
2009-02-14 | Nuke trailing spaces | peavey |
2009-02-12 | and here, and here | peavey |
2009-02-12 | Ah pasting, also remove this var from here | peavey |
2009-02-12 | Nuke an unused var | peavey |
2009-02-12 | Several fixes to mysql module: | peavey |
2009-02-11 | I really dont get the oddball count()? rewrite it | brain |
2009-02-11 | Merge in initial numbered parameters patch from Phoenix, thanks :) | brain |
2009-01-28 | Remove an incorrect comment | w00t |
2009-01-25 | This is more accurate | brain |
2009-01-25 | Properly check if the SSL handshake is completed in m_ssl_gnutls, fixes the r... | dz |
2009-01-25 | Try this as the ssl crash fix | brain |
2009-01-23 | Templateise this | brain |
2009-01-23 | Fix m_nationalchars using a copy and paste of my unsafe copy and paste algori... | brain |
2009-01-22 | Add $gecos, $ident, $server, $uuid vars for building possible auth queries. T... | brain |
2009-01-17 | Fix for bug #679 reported by Namegduf, based on suggestion for fix by dz, tha... | brain |
2009-01-07 | Readability: pointless construct of a std::string from another std::string fo... | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-31 | Change numeric 671, starttls failure to 691. 671 conflicts with unreal's ssl ... | brain |
2008-12-28 | Modify STARTTLS error message to clarify that it may not be sent after regist... | w00t |
2008-12-18 | Properly disconnect clients that send STARTTLS after registering; noticed by ... | dz |
2008-12-15 | Handle file not found, and tidy up the perl. | peavey |
2008-12-15 | Fix naming convention to be consistant. (cmd_ -> Command) | w00t |
2008-12-15 | Add support for freetds 0.82 which is being shipped now with newer distros, a... | peavey |
2008-12-13 | m_ssl_gnutls: Log ssl errors | psychon |
2008-12-07 | Convert necessary match calls to use ASCII casemap. | w00t |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |
2008-11-01 | Fix opercert to behave correctly, patch from and tested by dz -- thanks! | w00t |
2008-10-30 | Better error message for erroring on loading server cert - give certfile/keyf... | w00t |
2008-10-23 | Revert earlier time() -> SI->Time() diff for now, this causes problems with d... | w00t |
2008-10-23 | Patch from Namegduf converting all instances (where possible) of time() -> Se... | w00t |
2008-10-15 | m_ssl_openssl is sending log messages and calling itself m_ssl_gnutls.. | special |
2008-10-04 | Header tidyups. Apart from module to module API stuff and external deps, modu... | brain |
2008-10-04 | We are including tons more than we need to here, its a mess :p | brain |