macgdbp.git
2010-12-18 Robert SesekUpdate changelong for 1.4 1.4-beta-1
2010-12-18 Robert SesekUse the unstable AppCast URL.
2010-12-18 Robert SesekRenaming because there's too many Debugger* classes
2010-12-18 Robert SesekMove -[DebuggerConnection send:] to the private interfa...
2010-12-18 Robert SesekPlug a bunch of leaks by implementing -[StackFrame...
2010-12-18 Robert SesekMerge -[DebuggerController startDebugger] and |-debugge...
2010-12-17 Robert SesekUpdate Info.plist for Beta 1.
2010-12-17 Robert SesekAdd missing |-[super dealloc]| in LoggingController.
2010-12-17 Robert SesekFix a warning about a non-synthesized setter being...
2010-12-17 Robert SesekSwitch out base64 decoders. Also memset the destination...
2010-12-17 Robert SesekRemove the remote host from the title.
2010-12-16 Robert SesekOpen the help page with HTTPS.
2010-12-16 Robert SesekIn -[DebuggerController debuggerConnected], do not...
2010-12-16 Robert SesekRemove verbose logging from SocketAcceptCallback()
2010-12-16 Robert Sesek* Store the DebuggerAttached value in the preferences
2010-12-16 Robert Sesek* Remove the AutoReconnect preference item now that...
2010-12-16 Robert SesekDo away with the concept of "reconnect" and use a checb...
2010-11-22 Robert SesekUpdate the API for loading properties to just pass...
2010-10-31 Robert SesekFix reconnect feature by resetting the last txR and...
2010-10-31 Robert SesekDo not ever close the socket until we are definitely...
2010-10-31 Robert SesekTry to make socket reuse more robust. It isn't working.
2010-10-31 Robert SesekDo not ever spawn more than 1 network thread.
2010-10-31 Robert SesekProperly quit the run loop. For some reason, calling...
2010-10-31 Robert SesekAdd a quit source to the DebuggerConnection's run loop...
2010-10-31 Robert SesekProperly set the |connected_| flag in the Connection...
2010-10-31 Robert SesekRename |-connectInternal| to |-connectionThreadStart|.
2010-10-31 Robert SesekRemove 2 super verbose NSLog() statements.
2010-10-31 Robert SesekSwitch to using VariableNode in the interface. Reduce...
2010-10-31 Robert SesekAdd VariableNode which will replace our use of raw...
2010-10-31 Robert SesekRemove the pending property after it is received.
2010-10-31 Robert SesekInitial work to get properties loading asynchronously...
2010-10-31 Robert SesekAdd a singleton |+instance| method to AppDelegate so...
2010-10-31 Robert SesekStop crashing with EXC_BAD_ACCESS when expanding proper...
2010-10-31 Robert SesekMake logging threadsafe.
2010-10-31 Robert SesekTabs to spaces.
2010-10-31 Robert SesekBegin making DebuggerConnection more threadsafe.
2010-10-30 Robert SesekXcode project file updates.
2010-07-09 Robert SesekMake StackFrame a dumb data structure and remove its...
2010-06-19 Robert SesekDon't drain the pool, just release it.
2010-06-19 Robert SesekLazily load the complete stack frame for anything but...
2010-06-19 Robert Sesek* In StackController, don't update the frame indices...
2010-06-01 Robert SesekGive |-connectInternal| an autorelease pool.
2010-06-01 Robert SesekRe-organize DebuggerConnection to give it some shape...
2010-06-01 Robert SesekRemove objects from the |callTable_| after handing...
2010-06-01 Robert SesekPut a lock around adding to the write queue in |-send|.
2010-06-01 Robert SesekMake DebuggerConnection work on a separate thread.
2010-06-01 Robert SesekMove the callTable back into DebuggerProcessor.
2010-06-01 Robert SesekFinished enough of the basic refactoring to get things...
2010-05-31 Robert SesekAdd a new DebuggerConnection that separates out the...
2010-05-31 Robert SesekRename DebuggerConnection to DebuggerProcessor in prepa...
2010-05-31 Robert SesekDon't |-send:| if the transactions do not match
2010-05-04 Robert SesekReplace strlen() with a loop that we can guarantee.
2010-04-27 Robert SesekRewrite |-readStreamHasData| in an effort to make it...
2010-04-21 Robert SesekFix some potential bugs and do general cleanup.
2010-04-21 Robert SesekRewrite DebuggerConnection's packet handling sytem...
2010-04-15 Robert Sesek* Factor out some code for parsing the txnID out of...
2010-04-15 Robert SesekUse the new VersionCast URL.
2010-04-15 Robert SesekRemove duplicated logic.
2010-04-15 Robert SesekTry to recover from erroneous XML packets.
2010-03-30 Robert Sesek* Do not allow editing of the log table.
2010-03-29 Robert SesekOfficially kill TransportDebug env setting.
2010-03-29 Robert SesekCreate a LoggingController that shows all the commands...
2010-03-29 Robert SesekCreate a top-level dev/ directory. Move resource master...
2010-03-28 Robert SesekDon't crash after pressing the "run" button or at end...
2010-03-27 Robert SesekRemove two obsolete methods: |-[DebuggerConnection...
2010-03-27 Robert SesekRewrite |-[DebuggerConnection getProperty:]| to be...
2010-03-27 Robert SesekTry to recover from malformed XML errors by manually...
2010-03-27 Robert SesekRename GDBpConnection to DebuggerConnection. Also organ...
2010-03-27 Robert SesekSwitch some basic ints to NSUInteger in GDBpConnection.
2010-03-27 Robert SesekSwitch from GCC to Clang compiler.
2010-02-21 Robert Sesek* Start plumbing data back to the UI now that we're...
2010-02-21 Robert SesekReceive contexts and then request their variables;...
2010-02-20 Robert SesekDitch the hybrid routed/command dispatcher system for...
2010-02-20 Robert SesekFix encoding issues by not implicit casting UInt8 to...
2010-02-17 Robert SesekAlways clobber the stack in |-debuggerStep:|
2010-02-17 Robert SesekUse a lock to make |-sendQueuedWrites| a critical section
2010-02-17 Robert Sesek* Start tracking the last read and last written transac...
2010-02-16 Robert Sesek* Start making |-createStackFrame:| asynchronous
2010-02-16 Robert SesekHappy new year!
2010-02-16 Robert SesekXcode project updates:
2010-02-16 Robert Sesek* Create functionality to perform non-blocking writes...
2010-02-16 Robert SesekRemove SocketWrapper and start using CFSocket with...
2010-02-01 Robert SesekPrevent the Preferences window from jumping around...
2010-02-01 Robert SesekRemove IDE key preference because this is a property...
2010-02-01 Robert SesekRemove the |session| ivar from GDBpConnection. Use...
2009-07-30 Robert SesekMake our project Xcode 3.1+ compatible.
2009-07-30 Robert SesekChange NSXMLElementAdditions to use UTF8 strings when...
2009-07-26 Robert SesekMake the transport logging an environmental setting.
2009-07-22 Robert SesekIn |-debuggerDisconnected|, unmark the program counter...
2009-07-22 Robert SesekFix warnings about GDBpConnectionDelegate by including...
2009-07-22 Robert SesekVersion to 1.4b.
2009-07-22 Robert Sesek* Add a preference to automatically reconnect. Fixes...
2009-07-22 Robert Sesek* Completely de-couple SocketWrapper from GDBpConnectio...
2009-07-22 Robert SesekAdd a tooltip to the "break on first line" preference.
2009-07-22 Robert SesekSwitch to using -[NSString stringWithUTF8String:] in...
2009-05-19 Robert SesekMark one of the fixes as bug 157 1.3
2009-05-19 Robert SesekAdd a toolbar icon for the HUD window, which required...
2009-05-19 Robert SesekWe need to use UTF8 string encoding instead of ASCII...
2009-05-17 Robert SesekPut the debugger behavior settings above the Xdebug...
2009-05-17 Robert SesekRewrote -[SocketWrapper receive] so that we do not...
next