summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* docs: add echo-server module to READMEAlfred E. Heggestad2015-12-19
|
* contact: disable access-rule that blocks all incoming callsAlfred E. Heggestad2015-12-19
|
* Merge pull request #95 from sreimers/masterAlfred E. Heggestad2015-12-19
|\ | | | | Multi Call Echo Module - Experimental
| * Multi Call Echo Module - ExperimentalSebastian Reimers2015-12-13
|/
* Merge pull request #94 from sreimers/masterAlfred E. Heggestad2015-12-13
|\ | | | | fixes alfredh/baresip#93 glibc >=2.20 _BSD_SOURCE warning
| * fixes alfredh/baresip#93 glibc >=2.20 _BSD_SOURCE warningSebastian Reimers2015-12-13
|/
* mwi: remove debug messageAlfred E. Heggestad2015-12-13
|
* audio: add milliseconds to log messageAlfred E. Heggestad2015-12-13
|
* gtk: fix build warningAlfred E. Heggestad2015-12-04
| | | | | | | CC [M] build-x86_64/modules/gtk/gtk_mod.o modules/gtk/gtk_mod.c: In function ‘notify_incoming_call’: modules/gtk/gtk_mod.c:340:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
* baresip version 0.4.16Alfred E. Heggestad2015-12-01
|
* zrtp: fix ZRTP over TURNAlfred E. Heggestad2015-12-01
|
* test: link to -static-libgcc for win32Alfred E. Heggestad2015-12-01
|
* test: remove asserts for ua/callAlfred E. Heggestad2015-12-01
|
* test: add usage of c-symbols in c++ testAlfred E. Heggestad2015-12-01
|
* update TODOAlfred E. Heggestad2015-11-30
|
* alsa: fix memory leaks from valgrindAlfred E. Heggestad2015-11-30
|
* zrtp: fix warningsAlfred E. Heggestad2015-11-30
|
* daala: update to latest libdaala apiAlfred E. Heggestad2015-11-30
|
* Merge pull request #89 from alfredh/oss_threadAlfred E. Heggestad2015-11-30
|\ | | | | Oss thread
| * oss: remove debugAlfred E. Heggestad2015-11-30
| |
| * oss: added thread for ausrc/recordingAlfred E. Heggestad2015-11-30
| | | | | | | | | | - fd_listen with kqueue does not work on FreeBSD 10.2 most likely because /dev/dsp is a device
* | ua: char -> const charAlfred E. Heggestad2015-11-30
|/
* add command-line option -u to add extra UA paramsAlfred E. Heggestad2015-11-30
| | | | | | | | | | - also move module pre-loading to after all arguments are parsed - the extra UA parameters will be appended to the end of the UA accounts string. Example $ baresip -umedianat=turn
* modules: add documentation blocksAlfred E. Heggestad2015-11-29
|
* srtp: add documentation blockAlfred E. Heggestad2015-11-29
|
* modules: added missing documentation headersAlfred E. Heggestad2015-11-29
|
* account: add single-quotes to stringsAlfred E. Heggestad2015-11-29
|
* modules: use pkg-config for cairo and vidinfoAlfred E. Heggestad2015-11-29
|
* mk: build vidinfo if cairo is presentAlfred E. Heggestad2015-11-29
|
* README: updated list of modules and RFCsAlfred E. Heggestad2015-11-29
|
* modules: update documentation headerAlfred E. Heggestad2015-11-29
|
* gtk: cleanup some formattingAlfred E. Heggestad2015-11-29
|
* zrtp: suppress warnings from libzrtp headers, print zrtp configAlfred E. Heggestad2015-11-28
|
* modules: added detection of zrtp.so moduleAlfred E. Heggestad2015-11-28
|
* x11,x11grab: added documentation headerAlfred E. Heggestad2015-11-28
|
* call: add src/call.c path in doxygen headerAlfred E. Heggestad2015-11-28
|
* fix warnings in mwi and presence moduleAlfred E. Heggestad2015-11-23
|
* added UA_EVENT_EXITAlfred E. Heggestad2015-11-22
|
* ua: add event UA_EVENT_SHUTDOWNAlfred E. Heggestad2015-11-22
| | | | | | | | | | | - this event is sent when the uag is shutting down - modules can subscribe to this event to check when the shutdown sequence has started - presence,mwi: add usage of SHUTDOWN event and add 500ms delay fixes #30 https://github.com/alfredh/baresip/issues/30
* audio: flush tx-buffer for all tx-modesAlfred E. Heggestad2015-11-06
| | | | | thanks to Thibault Gueslin for reporting the bug and suggestion a nice fix
* fix ccheck warningsAlfred E. Heggestad2015-11-02
|
* Merge pull request #87 from czarkoff/masterAlfred E. Heggestad2015-11-02
|\ | | | | build infrastructure: silent and verbose modes
| * build infrastructure: silent and verbose modesDmitrij D. Czarkoff2015-11-01
|/ | | | | | | | | | | | In *silent* mode build infrastructure prints only short messages in format: TOOL filename and toolchain's warnings. In *verbose* mode it additionally echoes exact commands including all compiler and linker flags. By default baresip is built in *silent* mode (as before this commit); *verbose* mode can be set either by unsetting `HIDE` variable (running `make HIDE=`) or by setting `V` variable to any value (eg. `make V=1` or `make V=yes`).
* Merge pull request #86 from sreimers/masterAlfred E. Heggestad2015-11-01
|\ | | | | add travis ccheck.py - Code Checker
| * add travis ccheck.py - Code CheckerSebastian Reimers2015-11-01
|/
* ua: additional debugAlfred E. Heggestad2015-11-01
|
* Update README.mdAlfred E. Heggestad2015-11-01
|
* test: fix warningAlfred E. Heggestad2015-11-01
|
* Update .travis.ymlAlfred E. Heggestad2015-11-01
|
* travis: make testAlfred E. Heggestad2015-11-01
|