index
:
spice/usbredir
main
master
usbredir-0.4.x
usbredir libraries and utilities (mirrored from https://gitlab.freedesktop.org/spice/usbredir)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usbredirparser
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-23
Skip empty write buffers when unserializing parser
Michael Hanselmann
1
-4
/
+22
2021-08-13
Move usbredirparser magic value to public header
Michael Hanselmann
2
-1
/
+2
2021-08-12
Use "#pragma once" as include guard
Michael Hanselmann
5
-21
/
+5
2021-08-09
Prepare for 0.11.0 release
usbredir-0.11.0
Victor Toso
1
-3
/
+3
2021-08-08
Avoid use-after-free in serialization
Michael Hanselmann
1
-3
/
+5
2021-07-08
Use enum value for parse errors in usbredirparser_do_read
Michael Hanselmann
1
-6
/
+6
2021-06-19
Verify that rule separators are not empty
Michael Hanselmann
1
-0
/
+8
2021-06-18
usbredirparser: free parser's data on destroy
Michael Hanselmann
1
-0
/
+3
2021-06-18
Release memory after handling packet
Michael Hanselmann
1
-4
/
+17
2021-06-09
Provides a usbredirfilter_free function
Frediano Ziglio
3
-4
/
+20
2021-06-07
Use strtok style separator for usbredirfilter_string_to_rules
Frediano Ziglio
2
-10
/
+12
2021-06-07
Make filter string empty if no rules are passed
Frediano Ziglio
1
-0
/
+1
2021-06-05
Small glibc_strtok_r optimization
Frediano Ziglio
1
-3
/
+3
2021-06-05
Fix formatting warnings using some MingW version
Frediano Ziglio
1
-1
/
+3
2021-06-05
filter: remove trailing rule_sep on serialization to string
Victor Toso
1
-1
/
+4
2021-06-04
filter: update comment on upper limit of bcd version
Victor Toso
1
-1
/
+1
2021-06-04
Use visibility to limit symbols exported
Frediano Ziglio
3
-3
/
+56
2021-06-03
Fix typo in comment
Frediano Ziglio
1
-1
/
+1
2021-05-29
Fix typos in header comments
Michael Hanselmann
2
-10
/
+10
2021-05-27
Prepare for 0.10.0 release
usbredir-0.10.0
Victor Toso
1
-1
/
+1
2021-05-25
Revert "Reduce allowed bulk transfer size to 64kB"
Victor Toso
1
-2
/
+2
2021-05-03
build-sys: drop autotools
Victor Toso
2
-30
/
+0
2021-04-14
Add local directory to include search path for meson
Michael Hanselmann
1
-2
/
+7
2021-04-02
Prepare for 0.9.0 release
usbredir-0.9.0
Victor Toso
1
-1
/
+1
2021-03-24
meson: Add missing usbredir{host parser} pc files
Victor Toso
1
-0
/
+7
2021-03-24
build-sys: Ship meson on a tarball from autotools
Victor Toso
1
-0
/
+3
2021-03-24
build-sys: Add meson support
Victor Toso
2
-0
/
+109
2021-02-08
Limit packet length to 65 kB
Michael Hanselmann
1
-0
/
+12
2021-02-08
Reduce allowed bulk transfer size to 64kB
Michael Hanselmann
1
-2
/
+2
2021-01-28
Up-cast 16-bit integer before shifting by 16 bits
Michael Hanselmann
1
-3
/
+4
2017-07-28
Avoid format truncation warnings on newer gcc
Jonathon Jongsma
1
-1
/
+2
2016-08-03
usbredirparser: prevent endless recursion if interface_count == 0
Alon Levy
1
-1
/
+1
2015-12-18
Remove trailing whitespace
Lukas Venhoda
2
-8
/
+8
2015-11-16
Fix various typos in usbredirfilter.h comments
Christophe Fergeau
1
-4
/
+4
2015-10-29
Prepare for 0.7.1 release
usbredir-0.7.1
Victor Toso
1
-1
/
+1
2015-10-23
Allow missing capabilities from source host
Dr. David Alan Gilbert
1
-4
/
+18
2015-10-16
usbredirfilter_check: force check a device if all its interfaces are skipped
Uri Lublin
1
-3
/
+18
2014-12-04
build-sys: add git.mk to generate .gitignore
Marc-André Lureau
1
-0
/
+2
2014-11-20
Initialize usb_redir_hello_header to 0 in usbredirparser_init
Christophe Fergeau
1
-1
/
+1
2013-11-19
usbredirproto.h: Add a USBREDIR_VERSION define
Hans de Goede
1
-0
/
+2
2013-10-19
usb-redir-proto: Allow bulk_stream alloc/free on multiple endpoints
Hans de Goede
1
-5
/
+5
2013-10-19
usb-redir-proto: Extend usb_redir_ep_info_header with a max_streams field
Hans de Goede
3
-3
/
+31
2013-10-19
usbredirparser: Add a usbredirparser_caps_get_cap helper function
Hans de Goede
1
-14
/
+18
2013-09-05
usbredirparser: Update header-len inside the usbredirparser_do_read loop
Hans de Goede
1
-0
/
+2
2013-09-05
usbredirparser: Improve error logging for invalid packet lengths
Hans de Goede
1
-1
/
+2
2013-08-06
usbredirparser: Fix usbredirparser_do_write return value in case of blocking
Hans de Goede
1
-1
/
+1
2013-05-03
usbredirfilter.h: Correct usbredirfilter_check comment wrt ENOENT return
Hans de Goede
1
-2
/
+2
2013-01-25
Don't export glibc_ symbols
Marc-André Lureau
1
-1
/
+2
2013-01-25
Properly declare C symbols
Marc-André Lureau
3
-0
/
+26
2012-12-05
usbredirparser: Verify that interrupt / bulk recv gets an input ep
Hans de Goede
1
-8
/
+81
[next]