index
:
clombrong/flesh.git
markup-rework
master
merged-socket-tcp
XMPP flesh interface for OCaml
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(portal_tcp): resolve the comment incident
merged-socket-tcp
Clombrong
2025-06-28
1
-1
/
+5
*
feat(portal): add starttls to the Portal interface
Clombrong
2025-06-28
1
-0
/
+4
*
feat(portal_ws): implement starttls function
Clombrong
2025-06-28
1
-0
/
+2
*
feat(portal_to_tcp): implement starttls function
Clombrong
2025-06-28
1
-0
/
+12
*
feat(portal_tcp): add upgrade_to_tls function
Clombrong
2025-06-28
2
-1
/
+14
*
feat(portal_tcp): add Tls variant to socket type
Clombrong
2025-06-28
2
-2
/
+26
*
feat(tcp_portal): send with Lwt_bytes instead of Buffers
Clombrong
2025-06-28
1
-24
/
+34
*
feat(portal_tcp): adapt socket_to_stream to variant type
Clombrong
2025-06-28
1
-26
/
+38
*
refactor(portal_tcp): make socket type into a variant
Clombrong
2025-06-28
1
-3
/
+3
*
style(portal_tcp): rename xml_ to outbound_
Clombrong
2025-06-28
1
-4
/
+4
*
fix(portal_tcp): eschew the horrible send_char
Clombrong
2025-06-28
1
-5
/
+21
*
chore(portal_tcp): socket_to_stream: rename buffer into recv_bytes
Clombrong
2025-06-28
1
-3
/
+3
*
fix(portal_tcp): reading from the socket handles errors
Clombrong
2025-06-28
1
-1
/
+7
*
chore(portal_tcp): add lwt ppx
Clombrong
2025-06-28
1
-1
/
+2
*
fix(portal_tcp): create buffer only once in socket_to_stream
Clombrong
2025-06-28
1
-3
/
+2
*
style(portal_tcp): make push function less ugly
Clombrong
2025-06-28
1
-5
/
+3
*
chore(portal_tcp): remove Lwt_unix open
Clombrong
2025-06-28
1
-5
/
+5
*
refactor(portal_tcp): file_descr_to_portal to socket_to_stream
Clombrong
2025-06-28
1
-6
/
+7
*
feat(portal): make fields of t mutable
Clombrong
2025-06-27
3
-9
/
+9
*
feat(portal-tcp): add ca-certs dependency
Clombrong
2025-06-27
2
-0
/
+2
*
feat(portal-tcp): add tls-lwt dependency
Clombrong
2025-06-27
2
-0
/
+2
*
chore(manifest): add pkg-config and gmp library
Clombrong
2025-06-27
1
-0
/
+2
*
refactor(portal_tcp): split tcp_stream into two functions
Clombrong
2025-06-27
1
-35
/
+38
*
docs(portal): document Portal.t
Clombrong
2025-06-27
2
-2
/
+6
*
docs(portal): update docs for header
Clombrong
2025-06-27
1
-3
/
+3
*
feat(stream): add function initiate
Clombrong
2025-06-27
2
-2
/
+18
*
feat(wire): move next and get from xml to wire
Clombrong
2025-06-27
4
-21
/
+23
*
feat(flesh): new module Wire
Clombrong
2025-06-27
2
-0
/
+1
*
docs(portal): add docstring to connect
Clombrong
2025-06-27
1
-0
/
+1
*
feat(portal): make close a simple stanza
Clombrong
2025-06-27
4
-8
/
+9
*
feat(portal): add field in t for underlying socket
Clombrong
2025-06-27
4
-7
/
+10
*
feat(portal): change type t into a record
Clombrong
2025-06-27
6
-23
/
+32
*
docs(portal): make comment less weird
Clombrong
2025-06-27
1
-3
/
+1
*
docs(portal_tcp): fix obsolete warning
Clombrong
2025-06-27
1
-3
/
+1
*
fix(portal_ws): simplify frame grouping using Lwt_streams
Clombrong
2025-06-27
1
-23
/
+17
*
feat(sasl): add negotiate function
Clombrong
2025-06-27
2
-2
/
+17
*
refactor(sasl): move all auth-related types from Stream to Sasl
Clombrong
2025-06-26
3
-13
/
+12
*
refactor(sasl): handle stream features outside of authenticate
Clombrong
2025-06-26
2
-19
/
+20
*
refactor(sasl): rename features record and its fields
Clombrong
2025-06-26
2
-11
/
+11
*
refactor(xml): move get and next functions to Xml
Clombrong
2025-06-26
3
-23
/
+21
*
refactor(xml): move InvalidStanza exception to Xml
Clombrong
2025-06-26
4
-5
/
+6
*
fix(stream): remove start function
Clombrong
2025-06-26
2
-14
/
+5
*
feat(tests): move test program to common code
Clombrong
2025-06-26
6
-64
/
+39
*
feat(portal): add socket type
Clombrong
2025-06-26
3
-0
/
+6
*
feat(native_hello): include Flesh testing
Clombrong
2025-06-26
2
-9
/
+30
*
feat(portal_tcp, portal_ws): error handling in negotiate
Clombrong
2025-06-26
2
-29
/
+26
*
fix(portal_tcp): provide the right xmlns
Clombrong
2025-06-26
1
-5
/
+4
*
refactor(portal_ws): stanza_close to close
Clombrong
2025-06-26
1
-1
/
+2
*
refactor(portal_ws): stanza_open to header
Clombrong
2025-06-26
4
-8
/
+24
*
fix(portal): close socket only after all elements have been processed
Clombrong
2025-06-26
1
-4
/
+6
[next]