source: package_branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2833   14 years gdb Merged in spelling fix
(edit) @2831   14 years gdb Merged r2829 and 2830 into the hvirt branch
(edit) @2828   14 years gdb Merged into hvirt branch
(edit) @2826   14 years gdb Used hvirt1 as extension to version in branched pkgs
(edit) @2824   14 years gdb Removed stray period in transform_xend-config.sxp.invirt.mako
(edit) @2823   14 years gdb Reverted r2821
(edit) @2821   14 years gdb Removed pinning of libxen3
(edit) @2817   14 years gdb Make the -internal into a config parameter
(edit) @2816   14 years gdb Created invirt-xen-config branch
(edit) @2806   14 years gdb Removed dependency on debathena
(edit) @2805   14 years gdb Started a branch for invirt-remote
(edit) @2788   14 years gdb Made the sshd divert work properly
(edit) @2787   14 years gdb Added init script for generating conf
(edit) @2778   14 years gdb Merged broder's changes into invirt-base
(edit) @2777   14 years gdb Moved most of debathena config into invirt-base
(edit) @2776   14 years gdb Added debathena krb and ssh config stuff to invirt-base
(edit) @2775   14 years gdb Removed debathena dependencies from invirt-console
(edit) @2774   14 years gdb Created an hvirt branch of invirt-console
(edit) @2764   14 years broder Ensure Kerberos tickets get passed to the ssh that ajaxterm spawns
(edit) @2763   14 years broder Handle control characters from Safari (they arrive pre-translated)
(edit) @2762   14 years broder Remove dependency on qweb framework
(edit) @2761   14 years broder Use browser-based dupe suppression, so multiple clients can connect to …
(edit) @2760   14 years broder Update focus rules to failback in safari
(edit) @2759   14 years broder disable GETting to post keyboards to ajaxterm
(edit) @2758   14 years broder Make ajaxterm only seize keypresses when focused.
(edit) @2757   14 years broder Clear stale fds out of cache in ajaxterm
(edit) @2756   14 years broder Fix race condition in ajaxterm
(edit) @2755   14 years broder Link to the web terminal page from the VM list for paravms
(edit) @2754   14 years broder Compress ajaxterm redraws with gzip, to reduce latency
(edit) @2753   14 years broder Allow reconnecting to the same terminal session
(edit) @2752   14 years broder ajaxterm!
(edit) @2751   14 years broder Add terminal page
(edit) @2750   14 years broder Allow pages to specify extra header elements
(edit) @2749   14 years broder Make ajaxterm play nicely with CherryPy?
(edit) @2748   14 years broder Allow passing a different command for each ajaxterm invocation
(edit) @2747   14 years broder Import upstream ajaxterm 0.10
(edit) @2746   14 years broder Create branch ajaxterm-rebased
(edit) @2739   14 years quentin Properly separate the auth.fcgi and unauth.fcgi scripts
(edit) @2736   14 years quentin Add an icon to be shown when a VM is being installed
(edit) @2735   14 years broder The cherrypy branch has been subsumed by the cherrypy-rebased branch.
(edit) @2734   14 years broder Fix dumb mistakes in my r2655.
(edit) @2733   14 years broder Deduplicate the code in auth.fcgi and unauth.fcgi But call the …
(edit) @2732   14 years broder Don't calculate static_dir in the fcgi files - we no longer use it there.
(edit) @2731   14 years broder Remove the "checkpoint" code for timing measurements.
(edit) @2730   14 years broder Setup hosting for static resources in the InvirtWeb? and …
(edit) @2729   14 years broder Use separate fcgi files for the authed and unauthed site. This allows …
(edit) @2728   14 years broder Fix the unauthenticated web interface. Separate the separate …
(edit) @2727   14 years broder Punt some RewriteRules? for deprecated URLs we no longer use.
(edit) @2726   14 years broder command: recognize new "internal" name for delete This fixes the bug …
(edit) @2725   14 years broder Fill in changelog with the many things that changed. I might still be …
(edit) @2724   14 years broder view.py: fix long lines
(edit) @2723   14 years broder view.py: double blank lines at toplevel This is a style convention …
(edit) @2722   14 years broder view.py: clean up remote_user_login Remove dead code, and make the …
(edit) @2721   14 years broder view.py: fix a docstring The first line of a docstring should be …
(edit) @2720   14 years broder main.py: small Python style improvement
(edit) @2719   14 years broder list.mako: map/lambda make Guido sad, use a comprehension In Python …
(edit) @2718   14 years broder info.mako: cut no-longer-used hidden field
(edit) @2717   14 years broder Update the cherrypy branch to use authz.afs.cells instead of just …
(edit) @2716   14 years broder "Cherry-pick" r2557 (Re-arrange the authz configuration.) to the …
(edit) @2715   14 years broder Document MachineView?.getattr
(edit) @2714   14 years broder Make changelog entries describe package changes, not packaging changes
(edit) @2713   14 years broder Clarify the operation of MakoHandler?
(edit) @2712   14 years broder Revert "Replace weird username logic with the old logic." This …
(edit) @2711   14 years broder fix a syntax error from my r2526
(edit) @2710   14 years broder Restore explanatory comment on random.seed().
(edit) @2709   14 years broder style tweaks
(edit) @2708   14 years broder tighten a bit of code
(edit) @2707   14 years broder main.py: FieldStorage? is history, so revert to sugared getitem.
(edit) @2706   14 years broder fix super-long lines
(edit) @2705   14 years broder tighten a bit of code
(edit) @2704   14 years broder cut a leftover comment, fix a bit of spacing
(edit) @2703   14 years broder cut uninformative comment and blank line
(edit) @2702   14 years broder main.fcgi: usage, fix a bit of spacing
(edit) @2701   14 years broder small style fix
(edit) @2700   14 years broder Replace weird username logic with the old logic. remote_user_login() …
(edit) @2699   14 years broder style nit
(edit) @2698   14 years broder Removed useless method
(edit) @2697   14 years broder Remove unused external_remote_user_login function
(edit) @2696   14 years broder Punt the "moocow" VNC password - it's dumb, and we already have our …
(edit) @2695   14 years broder Remove unused template code
(edit) @2694   14 years broder Use contact address from config on error page
(edit) @2693   14 years broder Full error handling
(edit) @2692   14 years broder Unauthenticated front page
(edit) @2691   14 years broder Make modify form work
(edit) @2690   14 years broder Implement administrator mode
(edit) @2689   14 years broder Update the errortest handler for cherrypy
(edit) @2688   14 years broder Only aklog to a cell if encryption is actually needed.
(edit) @2687   14 years broder Show installer status on the front page, and unbreak the autoinstall …
(edit) @2686   14 years broder Clarify that staff can receive Windows license keys from MIT
(edit) @2685   14 years broder Write handler for create form, and consolidate code to require POST …
(edit) @2684   14 years broder Make commands work from list and info pages
(edit) @2683   14 years broder Use RESTful URLs for commands
(edit) @2682   14 years broder Translate newlines to break tags in the machine description.
(edit) @2681   14 years broder Mount app on / regardless of whether it's fastcgi
(edit) @2680   14 years broder Port vnc page to Mako and CherryPy?
(edit) @2679   14 years broder Remove calls to helppopup from outside templates
(edit) @2678   14 years broder Upgrade info page to Mako, and use REST-style URLs.
(edit) @2677   14 years broder Get username from cherrypy request object
(edit) @2676   14 years broder Implement help handler
(edit) @2675   14 years broder Show the cherrypy request object on the helloworld page Add kwargs to …
Note: See TracRevisionLog for help on using the revision log.