]> granicus.if.org Git - php/shortlog
php
2007-03-06 Marcus Boerger- MFH Revert back to sprintf (we could define snprintf...
2007-03-06 Ilia AlshanetskyFixed bug #40417 (Allow multiple instances of the same...
2007-03-06 Stanislav Malyshevfix broken snprintf code
2007-03-05 Stanislav Malyshevuse safe_emalloc
2007-03-05 Uwe Schindlersnprintf patch
2007-03-05 andy wharmbyFixed bug #35872 (Prevent object store references durin...
2007-03-05 Michael WallnerBFN
2007-03-05 Michael Wallner- fix ws as requested by derick
2007-03-05 Michael Wallner- fix bug #40691: add comparison object handler
2007-03-04 Ilia AlshanetskyFixed bug #40703 (Resolved a possible namespace conflic...
2007-03-04 Ilia AlshanetskyFixed bug #40709 (array_reduce() behaves strange with...
2007-03-04 Marcus Boerger- Fix copy'n'paste issues
2007-03-04 Marcus Boerger- MFH simplify, synch docu/implementation
2007-03-04 Stanislav Malyshevik, make it memcpy
2007-03-04 Stanislav Malyshevfix wrong code
2007-03-04 Edin KadribasicCheck that manifest file exists before trying to embed it
2007-03-03 Edin KadribasicLibrary update
2007-03-03 Marcus Boerger- MFH A stream wrapper might only allow directory access
2007-03-03 Ilia AlshanetskyFixed bug #40704 (strip_tags() does not handle single...
2007-03-03 Marcus Boerger- The # line does not belong here
2007-03-03 Marcus Boerger- MFH [DOC] Add SplFileInfo::getBasename(), DirectoryIt...
2007-03-03 Ilia AlshanetskyAdjust checks to allow paths without a trailing /
2007-03-03 Marcus Boerger- Catch empty class name error earlier
2007-03-03 Edin KadribasicLib upgrade update
2007-03-02 Stanislav Malyshevfix variable name
2007-03-02 Stanislav Malyshevlimit input variable nesting
2007-03-02 Stanislav Malyshevlimit nesting level of input variables
2007-03-02 Nuno Lopesincrease the stream_select() timeout, to make the test...
2007-03-02 Nuno Lopesfix access to non initialized memory (check valgrind...
2007-03-02 Antony Dovgalimproved test
2007-03-02 Ilia AlshanetskyImprove safe_mode check
2007-03-01 Antony Dovgalnew tests
2007-03-01 Antony Dovgalallocate descriptors dynamically
2007-03-01 Nuno Lopesmerge from gd sources: unlock mutex before shuting...
2007-03-01 Antony DovgalMFH
2007-03-01 Antony DovgalMFH: fix #40678 (Cross compilation fails)
2007-03-01 Ilia AlshanetskyFixed bug #40464 (session.save_path wont use default...
2007-02-28 Hannes MagnussonTypo
2007-02-28 Ilia AlshanetskyFixed typo
2007-02-28 Ilia AlshanetskyAdjust vsnprintf() usage
2007-02-27 Ilia Alshanetskysnprintf() -> slprintf()
2007-02-27 Ilia Alshanetskysnprintf() -> slprintf()
2007-02-27 Ilia AlshanetskyFixed bug #40637 (Regression in strip_tags() in relatio...
2007-02-26 Antony Dovgalfix typo
2007-02-26 Dmitry StogovFixed tests
2007-02-26 Antony DovgalMFH: remind about 'make test'
2007-02-26 Antony Dovgalfix folding
2007-02-26 Rob RichardsMFH: fix win build
2007-02-26 Antony Dovgalfix
2007-02-26 Antony Dovgalfix ws/cs and make the ugly code less ugly..
2007-02-26 Antony Dovgaladd new test
2007-02-26 Dmitry Stogovpoll() is not affected by FD_SETSIZE (Tony)
2007-02-26 Ilia AlshanetskyRevert previous commit that caused a buffer overflow...
2007-02-25 Antony DovgalMFH: do not allow db without fields
2007-02-25 Antony DovgalMFH: zerofill socket structs
2007-02-25 Nuno Lopesupdate pcre symbols list
2007-02-25 Dmitry StogovFixed bug #40591 (list()="string"; gives invalid opcode)
2007-02-25 Dmitry StogovFixed bug #40609 (Segfaults when using more than one...
2007-02-25 Marcus Boerger- MFH Readability
2007-02-25 Pierre Joye- sync with libgd.org, patch from Kees Cook
2007-02-24 Rasmus LerdorfFix test
2007-02-24 Antony DovgalBFN
2007-02-24 Antony DovgalMFH: fix #40621 (Crash when constructor called inapprop...
2007-02-24 Marcus Boerger- Add [v]slprintf to overcome the returnvalues issue...
2007-02-24 Ilia Alshanetskymissing -1
2007-02-24 Ilia Alshanetskystrncpy() -> strlcpy()
2007-02-24 Ilia AlshanetskyPad to given length, not replace data with spaces
2007-02-24 Ilia AlshanetskyEliminate strncpy and simplify code
2007-02-24 Ilia AlshanetskyEliminate strncpy() and simplify code
2007-02-24 Ilia Alshanetskystrncpy > strlcpy
2007-02-24 Ilia AlshanetskyOnly do size check on create operations
2007-02-24 Ilia AlshanetskyFixed snprintf() usage
2007-02-24 Ilia AlshanetskySegment size validation
2007-02-24 Ilia AlshanetskyFixed Bug #39396 (stream_set_blocking crashes on Win32).
2007-02-24 Ilia AlshanetskyUnify validation of shm segment size inside shm_attach()
2007-02-24 Ilia AlshanetskyFixed test to work with new version of libtidy that...
2007-02-24 Marcus Boerger- Drop superflous efree
2007-02-24 Marcus Boerger- Fix spprintf usage
2007-02-24 Marcus Boerger- Make debug code really safe
2007-02-24 Dmitry StogovUse poll() instead of select() if available
2007-02-24 Ilia Alshanetskystrdup() can fail
2007-02-24 Stanislav Malyshevuse safe allocations
2007-02-24 Ilia AlshanetskyFixed a typo
2007-02-24 Stanislav MalyshevUnfortunately, VC does not have snprintf, and sprintf_s...
2007-02-24 Stanislav Malyshevfix typo
2007-02-24 Stanislav Malyshevfix typos
2007-02-24 Marcus Boerger- Avoid sprintf, even when checked copy'n'paste or...
2007-02-24 Stanislav Malyshevdisallow negative length
2007-02-23 Sara GolemonMFH (r-1.82): Add retry for interrupted reads and grace...
2007-02-23 Stanislav Malyshevuse strlcat
2007-02-23 Stanislav Malyshevuse strlcat
2007-02-23 Stanislav Malyshevuse snprintf
2007-02-23 Stanislav Malyshevuse snprintf
2007-02-23 Stanislav Malyshevincrease array size to fit buffer size
2007-02-23 Antony DovgalMFH: fix leak
2007-02-23 Stanislav Malyshevuse safe_emalloc
2007-02-23 Antony DovgalMFH: fix #40606 (umask is not being restored when reque...
2007-02-23 Rob RichardsBFN
2007-02-23 Rob Richardsfix bug #40598 (libxml segfault)
2007-02-23 Pierre Joye- #40578, fix the 2nd race condition on shutdown when...
next