rofl0r

Results 904 comments of rofl0r

in case the git history goes back to 0.9.6, git bisect is probably a good option to pinpoint the exact change breaking this.

thanks for your reply. > there are no explicit calls to main() does that matter ? imo if a function symbol is in the binary, it should be decompiled; and...

> The query should rather use the type phrase which would type to match the full name, or a combination of both with phrase matching boosted. sounds good. maybe this...

@getItemFromBlock : it would be more helpfull if you could make a recursive diff of your repo vs master and have the changes in a single patch/commit, rather than what...

clone official git master to dir1 , copy your fork's directory to dir2, remove .git directory in dir2, then `cp -r dir2/* dir1/`, then go to dir1 `git add '*'`...

edit /etc/hosts and put localhost with ipv4 first ?

given that no bug has been found in years, and microsocks is pretty much feature complete, i made a release despite there being almost no changes to 1.0.3. https://github.com/rofl0r/microsocks/releases/tag/v1.0.4

thanks for the info. we at sabotage generally fix bugs, rather than working around them by using another version or replacement of a package. that said, i'll look at why...

i just added a package mp https://github.com/sabotage-linux/sabotage/commit/cba0e0e9d097ec17d093b00e9632cd2abb8a7a6f it's using latest official tarball from upstream, and everything works perfect with curses - there was only a little issue i needed to...