summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-18afb-hsrv: Avoid call to getnameinfoJosé Bollo1-6/+12
2019-01-16jobs: Remove conditionnal REMOVE_SYSTEMD_EVENTJose Bollo3-128/+0
2019-01-16jobs: Separate internal threads from othersJosé Bollo1-61/+92
2019-01-16jobs: Refactor event loop handlingJosé Bollo3-125/+184
2019-01-16afb-proto-ws: Serialize incoming messageJosé Bollo3-7/+6
2019-01-04afb-api-v3: Fix potential buffer overflowJose Bollo1-4/+5
2018-12-31jobs: Fix a lock of call sync-134/+166
2018-08-23afb-stub-ws: Process error on call to remoteJosé Bollo1-2/+6
2018-08-23Send error replies on disconnectionJose Bollo3-4/+40
2018-08-23afb-wsj1: Split 'wsj1_on_text' in 2José Bollo1-23/+50
2018-08-23afb-stub-ws: Clean upJose Bollo1-10/+0
2018-08-22afb-api-ws: Use afb-socket featuresJose Bollo1-92/+85
2018-08-22afb-socket: ImprovementJose Bollo3-69/+194
2018-08-22afb-stub-ws: Improve namingJose Bollo4-4/+4
2018-08-08afb-export: Provide the real path of the bindingflounder_5.99.3flounder/5.99.35.99.3José Bollo1-2/+6
2018-08-02Fix warnings and false errorsJosé Bollo3-3/+3
2018-08-02afb-export: Manage path of librariesJosé Bollo9-49/+87
2018-08-02Add ability to provide binding settingsJosé Bollo8-35/+223
2018-08-02Improve parsing of json stringJose Bollo7-25/+46
class="nn">why: for k, v in depends.items(): if self.args.key in v and not k in reverse_deps: reverse_deps.append(k) print('Because: %s' % ' '.join(reverse_deps)) if __name__ == "__main__": try: dot = Dot() ret = dot.main() except Exception as esc: ret = 1 import traceback traceback.print_exc() sys.exit(ret)