0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added deprecated readme More... about 12 years ago
Merge branch 'master' of https://github.com/MrRooni/ZSync into MrRooni-master More... over 13 years ago
Replaced NSLogs with DLogs More... over 13 years ago
Removed the DLog override for non-debug environments More... over 13 years ago
Removed unused code Added some additional debugging information to the NSNetService resolution More... over 13 years ago
Reworked how the touch handler handles net service resolution so that it's more robust Fixed a problem where a net service was getting resolved a second time (turns out that's a valid thing to happen and I would have know it if I'd bothered to RTFM) and was causing a second set of sync messages to be sent to the server, confusing and breaking the sync More... over 13 years ago
Possibly fixed a syncing issue where, after an indeterminate number of syncs, syncing would spin on and on forever More... over 13 years ago
Fixed an analyzer warning More... over 13 years ago
Moved the new action to the bottom of the enum declaration to maintain compatibility with previous versions More... over 13 years ago
Added overriden accessors that provide default initializations The pairing code window now gets closed by calling close on its window controller so it doesn't still focus Removed zsClientID, it wasn't being used and MAY have actually been causing a bug Added a zsActionVerifyPairing action that will be used in a future update Cleaned up naming conventions More... over 13 years ago
Fixed a memory leak More... over 13 years ago
Removed the client deregistration code from the pairing code controller's **Cancel** method as the client will not have been registered at that point in the workflow More... over 13 years ago
Merge branch 'master' of [email protected]:MrRooni/ZSync More... over 13 years ago
Changed the spacing and removed the window title on the pairing code window. Pretty++ More... over 13 years ago
Prettied up the pairing code window Added a connection delegate handler for the client cancelling the pairing More... over 13 years ago
Added the ability for clients to deregister themselves without being connected to the server. Clients will intelligently deregister with previous servers the next time they are discovered Logging verbosity++ on the client side More... over 13 years ago
Fixed the deregistration so that it doesn't register with Sync Services right before deregistering for devices that have been deregistered through other means Cleaned up code formatting Logging verbosity++ More... over 13 years ago
Merge branch 'BonjourIssue' of github.com:MrRooni/ZSync into BonjourIssue More... over 13 years ago
Cleaned up ZSyncTouchHandler code for readability, preparing to merge back into master branch Updated SampleTouch project to compile with new ZSyncTouchHandler code More... over 13 years ago
Modified ZSyncShared to make DLog a no-op with a Release build More... over 13 years ago
Fixed a threading issue where I wasn't locking around a shared array access More... over 13 years ago
Commented out NSLogs for release More... over 13 years ago
Fixed the UUID migration More... over 13 years ago
Bulked up the UUID comparison code to migrate old broken UUIDs to the new full length UUIDs Fixed some memory issues More... over 13 years ago
Daemon: The service name is now set automatically Daemon: Server name and UUID are now put into the NSNetService TXT record Device: Now pulls UUID out of the NSNetService TXT record Device: Now much more robust about handling loss and discovery of available services More... over 13 years ago
DLog now gets printed regardless of build type More... over 13 years ago
Changed the zsServerNameSeparator More... over 13 years ago
Replace the MYBonjourBrowser code on the device side with ServerBrowser by Peter Bakhyryev More... over 13 years ago
Merge branch 'BonjourIssue' of git://github.com/mzarra/ZSync into BonjourIssue More... over 13 years ago
Increased timeout period to 5 minutes as a first test on the Bonjour issue. More... over 13 years ago