index
:
usbmuxd
caching
lograw
master
refactor
A socket daemon to multiplex connections from and to iOS devices
ms,nb
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-26
Use more common predefined compiler macro to detect win32
Nikias Bassen
1
-1
/
+1
2010-05-26
libusbmuxd: win32 does not support unix domain sockets
Nikias Bassen
2
-0
/
+4
2010-05-26
libusbmuxd: rename FD_* enum values to FDM_* to prevent conflicts
Nikias Bassen
2
-7
/
+7
2010-05-25
Fix older CMake releases failing to parse rules properly
Martin Szulecki
1
-1
/
+1
2010-05-25
Detach kernel drivers before changing configurations
Hector Martin
1
-0
/
+20
2010-05-18
Parse out interface/endpoint descriptors instead of hardcoding them
Hector Martin
2
-13
/
+53
2010-05-11
Make max_payload unsigned too
v1.0.4
Hector Martin
1
-1
/
+1
2010-05-11
Fix aborts due to transmit window overflow
Hector Martin
1
-1
/
+6
2010-04-11
Unify CMakeLists indentation and endif() stuff
Hector Martin
1
-12
/
+10
2010-04-11
Add automatic git versioning and tag for archives
Hector Martin
3
-3
/
+39
2010-04-08
libusbmuxd: close connection after enumerating devices
Nikias Bassen
1
-0
/
+3
2010-04-08
Ignore SIGPIPE, otherwise usbmuxd might shut down on connection abort
Nikias Bassen
1
-0
/
+1
2010-04-08
iproxy: Remove unused mutex
Nikias Bassen
1
-2
/
+0
2010-04-08
libusbmuxd: suppress compiler warning
Nikias Bassen
1
-2
/
+2
2010-04-08
libusbmuxd: support shorter device info record messages
Nikias Bassen
1
-1
/
+1
2010-04-08
libusbmuxd itself does not depend on libusb so remove the reference
Nikias Bassen
1
-1
/
+0
2010-04-08
OSX: add workaround for missing ppoll system call
Nikias Bassen
1
-0
/
+15
2010-04-08
Add cmake option WITH_USBMUXD for disabling build of usbmuxd (Win/OSX)
Nikias Bassen
1
-2
/
+19
2010-04-04
Detect the iPad and let usbmuxd talk to it
Martin Szulecki
2
-5
/
+5
2010-03-22
Flag udev device with USBMUX_SUPPORTED
v1.0.3
Martin Szulecki
1
-1
/
+1
2010-02-07
Remove silly null statement
v1.0.2
Hector Martin
1
-1
/
+1
2010-02-07
Clean up CMakeLists (inspired by Gentoo patch)
Hector Martin
4
-19
/
+24
2010-02-01
Don't crash on TCP junk during device init
Hector Martin
1
-3
/
+9
2010-01-30
Require explicit username to drop privs
Hector Martin
2
-8
/
+12
2010-01-30
Do not attempt to drop privs to root
Hector Martin
1
-24
/
+27
2010-01-25
Clean up readme, add trademark notice, rename things
Hector Martin
1
-16
/
+24
2010-01-25
Remove libusbmuxd debug again that slipped by
Hector Martin
1
-1
/
+0
2010-01-24
Clean up packet size types and add some paranoia
Hector Martin
4
-21
/
+35
2010-01-24
Security fix: check cumulative packet size for split device packets
Hector Martin
1
-0
/
+5
2010-01-24
Clean up libusbmuxd warnings
Hector Martin
1
-3
/
+1
2010-01-24
Add missing pthread.h include to libusbmuxd
Hector Martin
1
-0
/
+1
2010-01-24
Use -Wall globally
Hector Martin
3
-3
/
+6
2010-01-19
Removed debugging printf's and added __func__ to all remaining fprintf's
Nikias Bassen
1
-22
/
+11
2009-12-07
Get rid of SHORT_NOT_OK flag for USB sends
Hector Martin
1
-2
/
+0
2009-11-05
Fix: properly remove devices from collection when usbmuxd terminates
v1.0.0
Nikias Bassen
1
-2
/
+1
2009-10-31
Fix signal handling and work around a udev bug
Hector Martin
1
-4
/
+20
2009-10-31
Fix USB pid range check: was trying to claim all Apple devices
Hector Martin
1
-1
/
+1
2009-10-31
Add .gitattributes to ignore git stuff on export
v1.0.0-rc2
Hector Martin
1
-0
/
+2
2009-10-31
Link libusbmuxd with pthread (fix underlinking)
Christophe Fergeau
1
-1
/
+2
2009-10-30
Revert "Use LIB_SUFFIX for udev rules file too"
Hector Martin
1
-1
/
+1
2009-10-28
Use LIB_SUFFIX for udev rules file too
Hector Martin
1
-1
/
+1
2009-10-28
Add build time reminder about creating a user
Hector Martin
1
-0
/
+6
2009-10-28
Fix usbmuxd->usbmux username in README
Hector Martin
1
-1
/
+1
2009-10-28
Use lib64 on 64-bit systems
Hector Martin
3
-8
/
+12
2009-10-26
Improve README
Hector Martin
1
-3
/
+7
2009-10-25
Add note that the sftp hack is obsolete
v1.0.0-rc1
Hector Martin
1
-0
/
+6
2009-10-25
Add missing license headers and make them consistent
Hector Martin
20
-35
/
+177
2009-10-12
Make some log messages more consistent
Hector Martin
1
-4
/
+4
2009-10-12
Downgrade "no connection for packet" message loglevel too
Hector Martin
1
-1
/
+1
2009-10-12
optimize: persist fdlist for duration of main_loop
Hector Martin
3
-2
/
+9
[next]