summaryrefslogtreecommitdiff
path: root/usbredirparser
AgeCommit message (Expand)AuthorFilesLines
2021-08-23Skip empty write buffers when unserializing parserMichael Hanselmann1-4/+22
2021-08-13Move usbredirparser magic value to public headerMichael Hanselmann2-1/+2
2021-08-12Use "#pragma once" as include guardMichael Hanselmann5-21/+5
2021-08-09Prepare for 0.11.0 releaseusbredir-0.11.0Victor Toso1-3/+3
2021-08-08Avoid use-after-free in serializationMichael Hanselmann1-3/+5
2021-07-08Use enum value for parse errors in usbredirparser_do_readMichael Hanselmann1-6/+6
2021-06-19Verify that rule separators are not emptyMichael Hanselmann1-0/+8
2021-06-18usbredirparser: free parser's data on destroyMichael Hanselmann1-0/+3
2021-06-18Release memory after handling packetMichael Hanselmann1-4/+17
2021-06-09Provides a usbredirfilter_free functionFrediano Ziglio3-4/+20
2021-06-07Use strtok style separator for usbredirfilter_string_to_rulesFrediano Ziglio2-10/+12
2021-06-07Make filter string empty if no rules are passedFrediano Ziglio1-0/+1
2021-06-05Small glibc_strtok_r optimizationFrediano Ziglio1-3/+3
2021-06-05Fix formatting warnings using some MingW versionFrediano Ziglio1-1/+3
2021-06-05filter: remove trailing rule_sep on serialization to stringVictor Toso1-1/+4
2021-06-04filter: update comment on upper limit of bcd versionVictor Toso1-1/+1
2021-06-04Use visibility to limit symbols exportedFrediano Ziglio3-3/+56
2021-06-03Fix typo in commentFrediano Ziglio1-1/+1
2021-05-29Fix typos in header commentsMichael Hanselmann2-10/+10
2021-05-27Prepare for 0.10.0 releaseusbredir-0.10.0Victor Toso1-1/+1
2021-05-25Revert "Reduce allowed bulk transfer size to 64kB"Victor Toso1-2/+2
2021-05-03build-sys: drop autotoolsVictor Toso2-30/+0
2021-04-14Add local directory to include search path for mesonMichael Hanselmann1-2/+7
2021-04-02Prepare for 0.9.0 releaseusbredir-0.9.0Victor Toso1-1/+1
2021-03-24meson: Add missing usbredir{host parser} pc filesVictor Toso1-0/+7
2021-03-24build-sys: Ship meson on a tarball from autotoolsVictor Toso1-0/+3
2021-03-24build-sys: Add meson supportVictor Toso2-0/+109
2021-02-08Limit packet length to 65 kBMichael Hanselmann1-0/+12
2021-02-08Reduce allowed bulk transfer size to 64kBMichael Hanselmann1-2/+2
2021-01-28Up-cast 16-bit integer before shifting by 16 bitsMichael Hanselmann1-3/+4
2017-07-28Avoid format truncation warnings on newer gccJonathon Jongsma1-1/+2
2016-08-03usbredirparser: prevent endless recursion if interface_count == 0Alon Levy1-1/+1
2015-12-18Remove trailing whitespaceLukas Venhoda2-8/+8
2015-11-16Fix various typos in usbredirfilter.h commentsChristophe Fergeau1-4/+4
2015-10-29Prepare for 0.7.1 releaseusbredir-0.7.1Victor Toso1-1/+1
2015-10-23Allow missing capabilities from source hostDr. David Alan Gilbert1-4/+18
2015-10-16usbredirfilter_check: force check a device if all its interfaces are skippedUri Lublin1-3/+18
2014-12-04build-sys: add git.mk to generate .gitignoreMarc-André Lureau1-0/+2
2014-11-20Initialize usb_redir_hello_header to 0 in usbredirparser_initChristophe Fergeau1-1/+1
2013-11-19usbredirproto.h: Add a USBREDIR_VERSION defineHans de Goede1-0/+2
2013-10-19usb-redir-proto: Allow bulk_stream alloc/free on multiple endpointsHans de Goede1-5/+5
2013-10-19usb-redir-proto: Extend usb_redir_ep_info_header with a max_streams fieldHans de Goede3-3/+31
2013-10-19usbredirparser: Add a usbredirparser_caps_get_cap helper functionHans de Goede1-14/+18
2013-09-05usbredirparser: Update header-len inside the usbredirparser_do_read loopHans de Goede1-0/+2
2013-09-05usbredirparser: Improve error logging for invalid packet lengthsHans de Goede1-1/+2
2013-08-06usbredirparser: Fix usbredirparser_do_write return value in case of blockingHans de Goede1-1/+1
2013-05-03usbredirfilter.h: Correct usbredirfilter_check comment wrt ENOENT returnHans de Goede1-2/+2
2013-01-25Don't export glibc_ symbolsMarc-André Lureau1-1/+2
2013-01-25Properly declare C symbolsMarc-André Lureau3-0/+26
2012-12-05usbredirparser: Verify that interrupt / bulk recv gets an input epHans de Goede1-8/+81