1. ece955a Merge pull request #164 from manoj23/add-WDS_INSTALL_TESTS by Andrei Laperie · 6 years ago master
  2. a488b16 Merge pull request #172 from alexshalamov/fix_issue_170 by Alexander Shalamov · 8 years ago
  3. e172cbe Allow all IPv4 0.0.0.0 address in a presentation url by Alexander Shalamov · 8 years ago
  4. 589bcd9 Merge pull request #167 from pozdnyakov/Fix_166 by Alexander Shalamov · 8 years ago
  5. 1216ab1 Fixes #166: add missing 'break' statements by Mikhail Pozdnyakov · 8 years ago
  6. 3ff097c Add WDS_INSTALL_TESTS option to install test programs by Georges Savoundararadj · 8 years ago
  7. ac3d821 Merge pull request #158 from pozdnyakov/v1.1.0 by Alexander Shalamov · 8 years ago v1.1.0
  8. 0410f76 Version 1.1.0 by Mikhail Pozdnyakov · 8 years ago
  9. 3692d0a Merge pull request #157 from pozdnyakov/make_crossplatform by Alexander Shalamov · 8 years ago
  10. 52dd2e7 Revert "Make libwds compile on Windows" by Mikhail Pozdnyakov · 8 years ago
  11. 7c4fe68 Make libwds compile on Windows by Mikhail Pozdnyakov · 8 years ago
  12. 2810b10 Merge pull request #156 from pozdnyakov/make_crossplatform by Alexander Shalamov · 8 years ago
  13. 41e07d0 Make libwds compile on Windows by Mikhail Pozdnyakov · 8 years ago
  14. e1c644d Use the standard unsigned integral type by Mikhail Pozdnyakov · 8 years ago
  15. 0b6bb84 Move logging functions bodies to a .cpp file by Mikhail Pozdnyakov · 8 years ago
  16. d8b764c Merge pull request #148 from michaelolbrich/queue_order by Mikhail Pozdnyakov · 8 years ago
  17. c90fd29 MessageSenderBase: add timeouts at the end of the queue by Michael Olbrich · 9 years ago
  18. f187dda Merge pull request #146 from pozdnyakov/new_version by Alexander Shalamov · 8 years ago v1.0.0
  19. 89042e9 Version 1.0.0 by Mikhail Pozdnyakov · 8 years ago
  20. f2834e9 Merge pull request #145 from pozdnyakov/build_fixes by Alexander Shalamov · 8 years ago
  21. 800f0fe Fixes compilation warnings by Mikhail Pozdnyakov · 8 years ago
  22. 9a35e43 Merge pull request #144 from pozdnyakov/fix_M16_handle by Alexander Shalamov · 9 years ago
  23. 5023e73 Fix handling of M16 message in sink by Mikhail Pozdnyakov · 9 years ago
  24. 97d2a29 Merge pull request #143 from alexshalamov/improve_fuzzer by Mikhail Pozdnyakov · 9 years ago
  25. d440bc9 Improvements for wdsfuzzer by Alexander Shalamov · 9 years ago
  26. cd4fe0c Merge pull request #142 from alexshalamov/parse_port_in_presentation_url by Mikhail Pozdnyakov · 9 years ago
  27. 9b4d0b2 Parse port value in presentation url by Alexander Shalamov · 9 years ago
  28. 45f3104 Merge pull request #140 from alexshalamov/check_message by Mikhail Pozdnyakov · 9 years ago
  29. 2cd0292 Check whether message is valid by Alexander Shalamov · 9 years ago
  30. 1f22577 Merge pull request #139 from alexshalamov/add_fuzzer_support by Alexander Shalamov · 9 years ago
  31. 72be54c Add support for fuzz testing by Alexander Shalamov · 9 years ago
  32. 7597bd6 Merge pull request #138 from alexshalamov/handle_number_conversion_error by Alexander Shalamov · 9 years ago
  33. e642b75 Handle number conversion errors by Alexander Shalamov · 9 years ago
  34. 118bd4c Merge pull request #137 from pozdnyakov/send_cseq by Alexander Shalamov · 9 years ago
  35. 17c9fbd Improve CSeq calculation by Mikhail Pozdnyakov · 9 years ago
  36. a51e024 Merge pull request #136 from pozdnyakov/code_fixes by Mikhail Pozdnyakov · 9 years ago
  37. 4832901 Provide an interface to obtain WFD session Id from the Source by Mikhail Pozdnyakov · 9 years ago
  38. 18e54e7 Fix video formats handling code by Mikhail Pozdnyakov · 9 years ago
  39. 301f3ec Merge pull request #132 from alexshalamov/add_license_headers_to_generated_files by Mikhail Pozdnyakov · 9 years ago v0.1.0
  40. 56e1501 Add license headers to generated files by Alexander Shalamov · 9 years ago
  41. e064560 Merge pull request #131 from pozdnyakov/fix_warning by Alexander Shalamov · 9 years ago
  42. 887a771 Fix build warning by Mikhail Pozdnyakov · 9 years ago
  43. 905affe Merge pull request #130 from pozdnyakov/fix_includes by Alexander Shalamov · 9 years ago
  44. 5649fc7 Unify the include headers rules in libwds by Mikhail Pozdnyakov · 9 years ago
  45. a38d365 Merge pull request #129 from pozdnyakov/split_payload by Alexander Shalamov · 9 years ago
  46. 5a85b36 Split rtsp::Payload by Mikhail Pozdnyakov · 9 years ago
  47. d430c20 Merge pull request #125 from michaelolbrich/disconnect by Alexander Shalamov · 9 years ago
  48. b9f8385 Merge pull request #128 from alexshalamov/fix_header_guards by Mikhail Pozdnyakov · 9 years ago
  49. c308bea Fix header include guards by Alexander Shalamov · 9 years ago
  50. 3339d3d Merge pull request #127 from pozdnyakov/rewrite_parser by Alexander Shalamov · 9 years ago
  51. e1c234a Rewrite RTSP parser by Mikhail Pozdnyakov · 9 years ago
  52. 47ee2df Merge pull request #126 from alexshalamov/fix_readme_md by Alexander Shalamov · 9 years ago
  53. 9a25d1c Use "Wi-Fi Display" term in README.md by Alexander Shalamov · 9 years ago
  54. c474433 Merge pull request #123 from morphis/proper-build-env by Alexander Shalamov · 9 years ago
  55. 21bc7ff Merge pull request #124 from alexshalamov/move_gen_parser by Alexander Shalamov · 9 years ago
  56. de42f49 Handle 'Connection reset by peer' gracefully by Michael Olbrich · 9 years ago
  57. f45803a Move generated parser code to gen folder by Alexander Shalamov · 9 years ago
  58. 7c6674e Correct library description by Simon Fels · 9 years ago
  59. 22ddd0f Set correct lib dir in pkg-config file by Simon Fels · 9 years ago
  60. e4d0f5b Add proper pkgconfig file and fix versioning by Simon Fels · 9 years ago
  61. 2cacea0 Mark ourself as a proper C++ project for cmake by Simon Fels · 9 years ago
  62. fc027b4 Install necessary header files by Simon Fels · 9 years ago
  63. 37ab2e2 Add support to install libwds by Simon Fels · 9 years ago
  64. 3695aa5 Merge pull request #119 from pozdnyakov/conditional_format_send by Alexander Shalamov · 9 years ago
  65. c14f8ce Conditional AV format send by Mikhail Pozdnyakov · 9 years ago
  66. 70d09b4 Merge pull request #118 from pozdnyakov/peer_observer by Alexander Shalamov · 9 years ago
  67. 5233215 Introduce Peer::Observer interface by Mikhail Pozdnyakov · 9 years ago
  68. 34b48f8 Merge pull request #117 from pozdnyakov/FindOptimalVideoFormat by Alexander Shalamov · 9 years ago
  69. 6f2d179 Add a result flag to FindOptimalVideoFormat() parameters by Mikhail Pozdnyakov · 9 years ago
  70. 5e56438 Merge pull request #116 from pozdnyakov/changes by pozdnyakov · 9 years ago
  71. bdf1880 Introduce session types by Mikhail Pozdnyakov · 9 years ago
  72. eca4f39 Add default constructor for AudioCodec by Mikhail Pozdnyakov · 9 years ago
  73. 909bb0a Merge pull request #113 from michaelolbrich/getnameinfo by pozdnyakov · 9 years ago
  74. 3611da5 Merge pull request #112 from michaelolbrich/mirac-broker-race2 by pozdnyakov · 9 years ago
  75. 7bbecd4 call getnameinfo() with NI_NUMERICHOST by Michael Olbrich · 9 years ago
  76. 539b34c network: cancel timeouts when releasing the timer by Michael Olbrich · 9 years ago
  77. 3f2d15f Merge pull request #110 from michaelolbrich/windows by pozdnyakov · 9 years ago
  78. 9daf922 Ignore unknown properties when replying to GET_PARAMETER by Michael Olbrich · 9 years ago
  79. 74be121 Handle renegotiation M4 requests with wfd-av-format-change-timing by Michael Olbrich · 9 years ago
  80. 4ea2f54 Merge pull request #111 from pozdnyakov/connector_type by Alexander Kanavin · 9 years ago
  81. a5b07e0 SinkMediaManager API to provide connector type by Mikhail Pozdnyakov · 9 years ago
  82. 227eb15 Merge pull request #109 from michaelolbrich/mirac-broker-race by Alexander Shalamov · 9 years ago
  83. 8eb80be Merge pull request #108 from michaelolbrich/out-off-tree by Alexander Kanavin · 9 years ago
  84. 85d82e9 network: cancel timeouts when deleting the owner by Michael Olbrich · 9 years ago
  85. cfafc65 fix out off tree building by Michael Olbrich · 9 years ago
  86. 4803904 Merge pull request #107 from pozdnyakov/memory_leacks by pozdnyakov · 9 years ago
  87. 8a17e34 Fix memory leacks in parser by Mikhail Pozdnyakov · 9 years ago
  88. 8f1eb2b Merge pull request #106 from 01org/fix-build-dependencies by pozdnyakov · 9 years ago
  89. 0a68ef6 Fix build dependencies by Alexander Kanavin · 9 years ago
  90. 844c1c9 Merge pull request #104 from pozdnyakov/video_cap_negotiations by pozdnyakov · 9 years ago
  91. c793185 Improvements to video cap negotiations APIs by Mikhail Pozdnyakov · 9 years ago
  92. a93ff48 Merge pull request #103 from pozdnyakov/rtsp_namespace by Alexander Shalamov · 9 years ago
  93. 0fffba7 Move rtsp:: code into 'rtsp' folder by Mikhail Pozdnyakov · 9 years ago
  94. 7eea27c Create a dedicated 'rtsp' namespace for RTSP data structures and parser. by Mikhail Pozdnyakov · 9 years ago
  95. 4d6bb77 Merge pull request #102 from pozdnyakov/code_improvements by Alexander Shalamov · 9 years ago
  96. 4986487 Moved 'MiracException' to the place where it's used by Mikhail Pozdnyakov · 9 years ago
  97. c6401ed Merge pull request #101 from 01org/gstreamer-logging by Alexander Kanavin · 9 years ago
  98. 289a40b Adjust the copyright year by Alexander Kanavin · 9 years ago
  99. 19b22c2 Catch and report errors and other messages from GStreamer by Alexander Kanavin · 9 years ago
  100. 11f23c3 Use WDS logging in executables by Alexander Kanavin · 9 years ago