summaryrefslogtreecommitdiffstats
path: root/modules/webrtc/webrtc_data_channel_js.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-3/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-1/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add get_buffered_amount() to WebRTCDataChannelDavid Snopek2021-07-201-0/+5
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-7/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-101-197/+48
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Fix Closure compiler build, python style.Fabio Alessandrelli2020-05-101-3/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #30851 from TheDevelo/webrtc-bufferRémi Verschelde2019-08-211-1/+1
|\
| * Allow setting buffer size of WebRTCDataChannelRobert Fuchs2019-08-211-1/+1
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-4/+2
|/
* Fix compilation warnings in JS and Windows buildsRémi Verschelde2019-06-151-1/+1
* Normalize WebRTCDataChannel properties.Fabio Alessandrelli2019-06-051-9/+24
* WebRTC refactor. Data channels, STUN/TURN support.Fabio Alessandrelli2019-05-161-0/+352