]> granicus.if.org Git - php/shortlog
php
2014-10-27 Bob WeinandFix resolving breakpoints of already loaded files
2014-10-27 Bob WeinandNever exist xml mode...
2014-10-27 Bob WeinandFix failing quit when quitting during execution
2014-10-27 Bob WeinandFix segfault when cleaning without execution context
2014-10-27 Bob WeinandFix listening on port
2014-10-27 Anatol BelskiMerge branch 'master' of github.com:krakjoe/phpdbg
2014-10-27 Anatol Belskiimprove the current sigio handling on win32
2014-10-26 Bob WeinandDo not execute anything after quit or clean command
2014-10-26 Bob WeinandFix last commit, and do not output unnecessary information
2014-10-26 Bob WeinandStabilize execution, always run destructors and extende...
2014-10-26 Bob WeinandFix nullptr dereference in clean without exec context
2014-10-26 krakjoeremove dodgy param parser, bring userland breakpoint...
2014-10-26 krakjoedisable output buffering by default
2014-10-26 Bob WeinandAdd question to reset execution in run/exec/clean
2014-10-25 Bob WeinandFix phpdbg output when outputting via php with active...
2014-10-25 Bob WeinandSet engine back to initial state after fatal-ed ev...
2014-10-25 Bob WeinandFix eventual stack overflow after clean cmd
2014-10-25 Bob WeinandFix listing of files with no absolute path
2014-10-25 Anatol Belskistdint will be included in the win32 variant, so don...
2014-10-24 Bob WeinandMake xml valid (missing space between attrs)
2014-10-24 Bob WeinandFix info classes file name in xml
2014-10-24 Bob WeinandAdd note about <eval> tag for errors in xml.md
2014-10-24 Bob WeinandName the tag <eval> if the error id during ev cmd
2014-10-24 Bob WeinandDo not print out xml as PHP print...
2014-10-24 Bob WeinandFix output to wrong function
2014-10-24 Bob WeinandFixed parameter order on %.*s
2014-10-23 Bob WeinandToo much copypaste...
2014-10-23 Bob WeinandAdd xml formatted deep dump of return value from ev
2014-10-23 Bob WeinandFix some compiler warnings
2014-10-23 Bob WeinandMove phpdbg_print and helper functions to phpdbg_out.*
2014-10-23 Bob WeinandDo not use int8_t when it is useless...
2014-10-23 Bob WeinandFixed frame numbering in xml output
2014-10-23 Bob WeinandDo not display dots in xml output for i v/i d
2014-10-22 Bob WeinandTry fixing 5.4 and 5.5 build, again
2014-10-21 Anatol Belskiadd comment
2014-10-21 Anatol Belskirestart listening on socket
2014-10-21 Anatol Belskisome minor fixes
2014-10-21 Anatol Belskiadded phpdbg_eol.* sources
2014-10-21 Anatol Belskibasic EOL implementation for CRLF
2014-10-21 Anatol Belskistart sigio watcher only for run and eval for now
2014-10-21 Anatol Belskireworked the current EOL stuff
2014-10-21 Anatol Belskiprepare setting EOL with command or INI
2014-10-21 Anatol Belskicorrect place to start the sigio watcher
2014-10-21 Anatol Belskifurther improvements to windows/sigio
2014-10-21 Anatol Belskibasic sigio surrogate for windows
2014-10-20 Bob WeinandAlways show the prompt (now also: <prompt> tag)
2014-10-20 Bob WeinandFix off-by-one bug in text messages (msg/<phpdbg>)
2014-10-20 Bob WeinandAdd xml.md info for info constants
2014-10-20 Bob WeinandEnsure that %.*s uses the full string (INCLUDING \0)
2014-10-20 Bob WeinandAdd info constants (alias: i d) command
2014-10-20 Bob WeinandAdd values of scalars to info vars/globals
2014-10-20 Bob WeinandFix for ports >= 1<<15
2014-10-20 Bob WeinandFix reading from remote on some *nixes
2014-10-19 Bob WeinandFix TSRMLS_* and a few warnings
2014-10-19 Anatol Belskirevert PHP_EOL changes
2014-10-19 Anatol Belskidon't use timeout for the remote prompt, recv() will...
2014-10-19 Anatol Belskiimprove server sock creation and support ipv6
2014-10-19 Anatol Belskiadd comment
2014-10-19 Anatol Belskiincrease default recv timeout to 30 seconds
2014-10-19 Anatol Belskimore EOL fixes
2014-10-19 Anatol Belskiuse MSG_PEEK flag for recv() everywhere
2014-10-19 Anatol Belskifixed EOL transferred to the client side, fixed strftim...
2014-10-19 Anatol Belskiincrease stack to avoid overflow crash on SIGINT
2014-10-18 Anatol Belskiseveral fixes to the new io stuff
2014-10-18 Anatol Belskioverride stdin and stdout to be remote, stderr is untou...
2014-10-18 Anatol Belskimove these to use the mixed read/write routines
2014-10-18 Anatol Belskiadd basic stuff to generalize IO
2014-10-18 Anatol Belskienable php_stdiop_write for windows
2014-10-18 Anatol Belskifix dll export
2014-10-18 Anatol BelskiC89 compat
2014-10-18 Bob WeinandFix for 5.4/5.5
2014-10-18 Bob WeinandMerge branch 'xml-protocol'
2014-10-18 Bob WeinandFix execution of immediately following commands
2014-10-17 Bob WeinandFixed potential segfault in backtrace of internal funcs
2014-10-17 Bob WeinandRemove accidentally added null-byte in attributes
2014-10-17 Bob WeinandFix negative list offsets
2014-10-16 Bob WeinandFix lexing of -r \d+ in raw-string commands
2014-10-16 Bob WeinandFix invalid dereference
2014-10-15 Bob WeinandFix segfault in exceptions with xml
2014-10-15 Bob WeinandFix ctrl characters handling
2014-10-14 Bob WeinandFix invalid efree() on null pointer and add help for -x
2014-10-12 Anatol Belskienable console options for remote on win
2014-10-12 Anatol Belskibasic rework for remote on win
2014-10-12 Anatol Belskifix config.w32
2014-10-11 Bob WeinandFix some compiler warnings
2014-10-11 Bob WeinandMaybe-fix for krakjoe/phpdbg#120, fixed remote on darwin
2014-10-10 Bob WeinandFix issue krakjoe/phpdbg#122 (segfault in helpaliases)
2014-10-09 Bob WeinandEscape control characters
2014-10-09 Bob WeinandOnly show req attribute if given
2014-10-09 Bob WeinandFix ev/run/sh parsing
2014-10-09 Bob WeinandFixed segfault when listing and last line is empty
2014-10-09 Bob WeinandFixed segfault when listing and last line is empty
2014-10-09 Bob WeinandUpdated xml.md
2014-10-09 Bob WeinandAlways output request id in containers
2014-10-09 Bob WeinandMerge branch 'master' into xml-protocol
2014-10-09 Bob WeinandPorts are unsigned short, use unsigned to display
2014-10-09 Bob WeinandFix regression in list
2014-10-09 Bob WeinandReduce variabledetails+variable to just one variable tag
2014-10-08 Bob WeinandAdd <intros> tag around <intro /> tags
2014-10-08 Bob WeinandPut stack_verify in error buffer too
next