Skip to content

Tags: multi-os-engine-community/libusbmuxd

Tags

MOEC-2021011601

Toggle MOEC-2021011601's commit message
Merge commit '73cb5c182e36e7aafcff8a8932b21c6ab5cae5a6' into moe-master

* commit '73cb5c182e36e7aafcff8a8932b21c6ab5cae5a6': (45 commits)
  common: Increase timeout for socket_send() to reasonable value
  Post release version bump to 2.0.3
  Update NEWS with latest changes
  iproxy: Add missing include
  iproxy: Add new "--version" option to output version information
  inetcat: Add new "--version" option to output version information
  Make sure generated pkg-config file is matched by .gitignore rule
  Add API version to library and pkgconfig file for proper linking
  Add "contributing" section to README.md
  Update README.md to fix minor typos and dependencies for installation
  Update README with Apple trademarks
  Improve README.md with feature, installation and usage sections
  Apply changes towards a project wide common "autogen.sh" file
  Fix pkg-config file pointing to older libplist dependency
  Move pkg-config file into src dir and rename it to include major version as standard recommends
  configure: Update libplist version requirement
  Remove trailing whitespace errors from all files
  Make sure README.md file is added to distribution archive
  socket: Fix IPv6 scope id lookup logic to handle another network device problem
  Update README.md links and credits
  ...

MOEC-2021010201

Toggle MOEC-2021010201's commit message
Merge commit '73cb5c182e36e7aafcff8a8932b21c6ab5cae5a6' into moe-master

* commit '73cb5c182e36e7aafcff8a8932b21c6ab5cae5a6': (45 commits)
  common: Increase timeout for socket_send() to reasonable value
  Post release version bump to 2.0.3
  Update NEWS with latest changes
  iproxy: Add missing include
  iproxy: Add new "--version" option to output version information
  inetcat: Add new "--version" option to output version information
  Make sure generated pkg-config file is matched by .gitignore rule
  Add API version to library and pkgconfig file for proper linking
  Add "contributing" section to README.md
  Update README.md to fix minor typos and dependencies for installation
  Update README with Apple trademarks
  Improve README.md with feature, installation and usage sections
  Apply changes towards a project wide common "autogen.sh" file
  Fix pkg-config file pointing to older libplist dependency
  Move pkg-config file into src dir and rename it to include major version as standard recommends
  configure: Update libplist version requirement
  Remove trailing whitespace errors from all files
  Make sure README.md file is added to distribution archive
  socket: Fix IPv6 scope id lookup logic to handle another network device problem
  Update README.md links and credits
  ...

MOEC-2020110601

Toggle MOEC-2020110601's commit message
Merge commit '73cb5c182e36e7aafcff8a8932b21c6ab5cae5a6' into moe-master

* commit '73cb5c182e36e7aafcff8a8932b21c6ab5cae5a6': (45 commits)
  common: Increase timeout for socket_send() to reasonable value
  Post release version bump to 2.0.3
  Update NEWS with latest changes
  iproxy: Add missing include
  iproxy: Add new "--version" option to output version information
  inetcat: Add new "--version" option to output version information
  Make sure generated pkg-config file is matched by .gitignore rule
  Add API version to library and pkgconfig file for proper linking
  Add "contributing" section to README.md
  Update README.md to fix minor typos and dependencies for installation
  Update README with Apple trademarks
  Improve README.md with feature, installation and usage sections
  Apply changes towards a project wide common "autogen.sh" file
  Fix pkg-config file pointing to older libplist dependency
  Move pkg-config file into src dir and rename it to include major version as standard recommends
  configure: Update libplist version requirement
  Remove trailing whitespace errors from all files
  Make sure README.md file is added to distribution archive
  socket: Fix IPv6 scope id lookup logic to handle another network device problem
  Update README.md links and credits
  ...

MOEC-2020091701

Toggle MOEC-2020091701's commit message
Merge commit '73cb5c182e36e7aafcff8a8932b21c6ab5cae5a6' into moe-master

* commit '73cb5c182e36e7aafcff8a8932b21c6ab5cae5a6': (45 commits)
  common: Increase timeout for socket_send() to reasonable value
  Post release version bump to 2.0.3
  Update NEWS with latest changes
  iproxy: Add missing include
  iproxy: Add new "--version" option to output version information
  inetcat: Add new "--version" option to output version information
  Make sure generated pkg-config file is matched by .gitignore rule
  Add API version to library and pkgconfig file for proper linking
  Add "contributing" section to README.md
  Update README.md to fix minor typos and dependencies for installation
  Update README with Apple trademarks
  Improve README.md with feature, installation and usage sections
  Apply changes towards a project wide common "autogen.sh" file
  Fix pkg-config file pointing to older libplist dependency
  Move pkg-config file into src dir and rename it to include major version as standard recommends
  configure: Update libplist version requirement
  Remove trailing whitespace errors from all files
  Make sure README.md file is added to distribution archive
  socket: Fix IPv6 scope id lookup logic to handle another network device problem
  Update README.md links and credits
  ...

MOEC-2020080801

Toggle MOEC-2020080801's commit message
Merge commit '5cbf7635e34b68125b01dbc71b333525ad3cea40' into moe-master

* commit '5cbf7635e34b68125b01dbc71b333525ad3cea40': (48 commits)
  configure.ac: Drop AC_FUNC_MALLOC/REALLOC and use AC_CHECK_FUNCS instead to allow cross compiliation
  Bump version to 2.0.2
  tools: Update .gitignore and name in header of c file
  inetcat: Add missing sys/select header
  tools: Rename icat to inetcat due to name conflict with sleuthkit
  Updated NEWS for release
  Update libplist version requirement
  Bump version to 2.0.0
  Bump soversion due to changes in interface
  Fix enum comments in doxygen compatible way
  Added icat to .gitignore
  tools: Ignore SIGPIPE
  win32: Fix compilation
  tools: Add new tool 'icat'
  iproxy: Fix (newly introduced) timeout errors not being handled
  Convert README to markdown and update links
  socket: Return -ETIMEDOUT when select() in socket_read_fd() reached the timeout
  common: Use portable pointer initialization and assert on allocation failure
  configure: Add missing check for pselect
  Remove unnecessary NULL pointer checks
  ...

MOEC-2020072201

Toggle MOEC-2020072201's commit message
Merge commit '5cbf7635e34b68125b01dbc71b333525ad3cea40' into moe-master

* commit '5cbf7635e34b68125b01dbc71b333525ad3cea40': (48 commits)
  configure.ac: Drop AC_FUNC_MALLOC/REALLOC and use AC_CHECK_FUNCS instead to allow cross compiliation
  Bump version to 2.0.2
  tools: Update .gitignore and name in header of c file
  inetcat: Add missing sys/select header
  tools: Rename icat to inetcat due to name conflict with sleuthkit
  Updated NEWS for release
  Update libplist version requirement
  Bump version to 2.0.0
  Bump soversion due to changes in interface
  Fix enum comments in doxygen compatible way
  Added icat to .gitignore
  tools: Ignore SIGPIPE
  win32: Fix compilation
  tools: Add new tool 'icat'
  iproxy: Fix (newly introduced) timeout errors not being handled
  Convert README to markdown and update links
  socket: Return -ETIMEDOUT when select() in socket_read_fd() reached the timeout
  common: Use portable pointer initialization and assert on allocation failure
  configure: Add missing check for pselect
  Remove unnecessary NULL pointer checks
  ...

MOEC-2020062601

Toggle MOEC-2020062601's commit message
Merge commit '5cbf7635e34b68125b01dbc71b333525ad3cea40' into moe-master

* commit '5cbf7635e34b68125b01dbc71b333525ad3cea40': (48 commits)
  configure.ac: Drop AC_FUNC_MALLOC/REALLOC and use AC_CHECK_FUNCS instead to allow cross compiliation
  Bump version to 2.0.2
  tools: Update .gitignore and name in header of c file
  inetcat: Add missing sys/select header
  tools: Rename icat to inetcat due to name conflict with sleuthkit
  Updated NEWS for release
  Update libplist version requirement
  Bump version to 2.0.0
  Bump soversion due to changes in interface
  Fix enum comments in doxygen compatible way
  Added icat to .gitignore
  tools: Ignore SIGPIPE
  win32: Fix compilation
  tools: Add new tool 'icat'
  iproxy: Fix (newly introduced) timeout errors not being handled
  Convert README to markdown and update links
  socket: Return -ETIMEDOUT when select() in socket_read_fd() reached the timeout
  common: Use portable pointer initialization and assert on allocation failure
  configure: Add missing check for pselect
  Remove unnecessary NULL pointer checks
  ...

MOEC-2020060101

Toggle MOEC-2020060101's commit message
Merge commit '5cbf7635e34b68125b01dbc71b333525ad3cea40' into moe-master

* commit '5cbf7635e34b68125b01dbc71b333525ad3cea40': (48 commits)
  configure.ac: Drop AC_FUNC_MALLOC/REALLOC and use AC_CHECK_FUNCS instead to allow cross compiliation
  Bump version to 2.0.2
  tools: Update .gitignore and name in header of c file
  inetcat: Add missing sys/select header
  tools: Rename icat to inetcat due to name conflict with sleuthkit
  Updated NEWS for release
  Update libplist version requirement
  Bump version to 2.0.0
  Bump soversion due to changes in interface
  Fix enum comments in doxygen compatible way
  Added icat to .gitignore
  tools: Ignore SIGPIPE
  win32: Fix compilation
  tools: Add new tool 'icat'
  iproxy: Fix (newly introduced) timeout errors not being handled
  Convert README to markdown and update links
  socket: Return -ETIMEDOUT when select() in socket_read_fd() reached the timeout
  common: Use portable pointer initialization and assert on allocation failure
  configure: Add missing check for pselect
  Remove unnecessary NULL pointer checks
  ...

MOEC-2020051502

Toggle MOEC-2020051502's commit message
Merge commit '5cbf7635e34b68125b01dbc71b333525ad3cea40' into moe-master

* commit '5cbf7635e34b68125b01dbc71b333525ad3cea40': (48 commits)
  configure.ac: Drop AC_FUNC_MALLOC/REALLOC and use AC_CHECK_FUNCS instead to allow cross compiliation
  Bump version to 2.0.2
  tools: Update .gitignore and name in header of c file
  inetcat: Add missing sys/select header
  tools: Rename icat to inetcat due to name conflict with sleuthkit
  Updated NEWS for release
  Update libplist version requirement
  Bump version to 2.0.0
  Bump soversion due to changes in interface
  Fix enum comments in doxygen compatible way
  Added icat to .gitignore
  tools: Ignore SIGPIPE
  win32: Fix compilation
  tools: Add new tool 'icat'
  iproxy: Fix (newly introduced) timeout errors not being handled
  Convert README to markdown and update links
  socket: Return -ETIMEDOUT when select() in socket_read_fd() reached the timeout
  common: Use portable pointer initialization and assert on allocation failure
  configure: Add missing check for pselect
  Remove unnecessary NULL pointer checks
  ...

MOEC-2020051501

Toggle MOEC-2020051501's commit message
Merge commit '5cbf7635e34b68125b01dbc71b333525ad3cea40' into moe-master

* commit '5cbf7635e34b68125b01dbc71b333525ad3cea40': (48 commits)
  configure.ac: Drop AC_FUNC_MALLOC/REALLOC and use AC_CHECK_FUNCS instead to allow cross compiliation
  Bump version to 2.0.2
  tools: Update .gitignore and name in header of c file
  inetcat: Add missing sys/select header
  tools: Rename icat to inetcat due to name conflict with sleuthkit
  Updated NEWS for release
  Update libplist version requirement
  Bump version to 2.0.0
  Bump soversion due to changes in interface
  Fix enum comments in doxygen compatible way
  Added icat to .gitignore
  tools: Ignore SIGPIPE
  win32: Fix compilation
  tools: Add new tool 'icat'
  iproxy: Fix (newly introduced) timeout errors not being handled
  Convert README to markdown and update links
  socket: Return -ETIMEDOUT when select() in socket_read_fd() reached the timeout
  common: Use portable pointer initialization and assert on allocation failure
  configure: Add missing check for pselect
  Remove unnecessary NULL pointer checks
  ...