bob icon indicating copy to clipboard operation
bob copied to clipboard

A peer-to-peer file-transfer tool in OCaml

Results 17 bob issues
Sort by recently updated
recently updated
newest added

I'm running latest bob.com in a Cygwin shell on Windows, and got this error: ``` Fatal error: exception Sys_error("Mtime_clock: clock_gettime () failed") ```

bug

Actually, `Fiber‧pick` does not follow the same semantic than `Lwt‧pick`: it does not cancel the other task when the first one is resolved. It's not a problem as is for...

invalid

This PR breaks our protocol where the identity of peers matters now. The identity is not the IP address of the peer but a seed generated by the relay. The...

`bob send` works just fine but `bob recv` freezes after it displays the `Accept from : [Y/n]:` message and i press enter.

``` PS C:\Users\marcd> .\Downloads\bob.com Pictures Password: theopi-dala bob: internal error, uncaught exception: Unix.Unix_error(Unix.ENOENT, "stat", "Pictures/2013 HERMINIE HANIN/01 PARIS NANTERRE HIST ART/01 COURS NANTERRE/CONCOURS PATRIMOINE/PATRIMOINE AVANT GARDE/INTRODUCTION/06 Pommes rouges au pied...

Example: * i send a file called `tmp.patch` from a Windows machine using bob by dragging and dropping the file to the bob binary * I receive it from a...