Alan Shreve
|
6d6ab48068
fix makefile to allow parallel builds
|
10 years ago |
Alan Shreve
|
90f6158b83
remove flags for debugging from Makefile that were causing compiler crashes on build. fixes #126
|
10 years ago |
Alan Shreve
|
dceff0556c
reinstate release-client and release-server targets
|
10 years ago |
Vincent Bernat
|
721721b822
Use go-bindata from github.com/jteeuwen
|
10 years ago |
Alan Shreve
|
bacb4d2507
Merge branch 'master' of github.com:inconshreveable/ngrok
|
11 years ago |
Kevin Burke
|
1088ec6c25
strip email
|
11 years ago |
Kevin Burke
|
aa6ee81921
Add contributors target
|
11 years ago |
Alan Shreve
|
5b14f7b832
use vhost library to multiplex connections. prevent debug builds from inlining for easier debugging
|
11 years ago |
Alan Shreve
|
3655bd8027
make clean now cleans up all of the object files
|
11 years ago |
Alan Shreve
|
078bbb1fdc
fix makefile to get bindata dependency properly
|
11 years ago |
Alan Shreve
|
35d8fc20ff
initial implementation of auto-updating in ngrok
|
11 years ago |
Alan Shreve
|
b136b8f1aa
fix an issue where logging during authtoken reading was never reported. fix an issue where ngrok could not find the user's home directory on linux when cross-compiled from darwin
|
11 years ago |
Alan Shreve
|
a51160d372
use custom go-bindata solution for compiling assets into the binary
|
11 years ago |
Alan Shreve
|
e0ff5ad359
fix Makefile to build the correct binaries for client/server targets
|
11 years ago |
Alan Shreve
|
733452c53c
change directory layout so go install generates the correct binaries
|
11 years ago |
Alan Shreve
|
0b7ceda198
use nrsc to pack static data into the binaries, making adding assets easier and simplifying the build process
|
11 years ago |
Alan Shreve
|
f1b17a7987
base64 encoded all raw bytes transferred to the web interface, and expose a primitive hex viewing interface for all requests/responses
|
11 years ago |
Alan Shreve
|
1d8a301b53
encrypt all control and proxy connections with TLS
|
11 years ago |
Alan Shreve
|
72898512cb
go fmt, remove reference to bodyhtml, syntax highlight real-time requests
|
11 years ago |
Alan Shreve
|
a329bed0ef
use angularJS for UI. add websocket support to stream live updates of new requests to the UI
|
11 years ago |
Kyle Conroy
|
2b355b2f8d
Use names for struct initializtion
|
11 years ago |
Kyle Conroy
|
975f27967e
Add a `fmt` target to the Makefile
|
11 years ago |
Alan Shreve
|
158401cad7
fix bindata build problem
|
11 years ago |
Alan Shreve
|
aaa1272336
bump version and fix real problem with how we were building that caused build tags not to work
|
11 years ago |
Alan Shreve
|
8f47634397
bump version, fix makefile to make sure pkg directory is cleaned before building releases so that we're sure to get the right code when build tags change
|
11 years ago |
Alan Shreve
|
a03ebfba5a
pretty print all xml bodies
|
11 years ago |
Alan Shreve
|
28cb7fb47f
compile all static assets into the binary so they aren't loaded from the internets. add a fix so that the TeeConn shuts down its pipe correctly so that we terminate handling responses when handling HTTP/1.0 responses with no content-length set
|
11 years ago |
Alan Shreve
|
501953dc3c
refactor ui to put views in separate packages. add subview of recent http requests with color-coded responses to terminal view
|
11 years ago |
Alan Shreve
|
b7ac1b1b7a
a more robust makefile with different targets for building debug and release versions of the binaries. use go-bindata from the makefile to autogenerate the embedded template data
|
11 years ago |
Alan Shreve
|
2c2b8fbc71
restructure code to isolate the environment and make the project easier to work on
|
11 years ago |